From 9f0871090d031ad656d1d1e77f2881c9a864b343 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 27 Mar 2012 13:21:53 +0000 Subject: ath9k: make endian check optional Turns out it triggers on some AR71xx devices where no swapping should be done. Enable endian check for the lantiq target. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31084 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/dev-wifi-athxk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/dev-wifi-athxk.c b/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/dev-wifi-athxk.c index 882cd8cf7..a75abe3e0 100644 --- a/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/dev-wifi-athxk.c +++ b/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/dev-wifi-athxk.c @@ -19,6 +19,7 @@ extern int (*ltqpci_plat_dev_init)(struct pci_dev *dev); struct ath5k_platform_data ath5k_pdata; struct ath9k_platform_data ath9k_pdata = { .led_pin = -1, + .endian_check = true, }; static int -- cgit v1.2.3