aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/include
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-02-09 16:27:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-02-09 16:27:35 +0000
commit4f9f195c3281ced570efe34b9f5d5fcb9520b42e (patch)
tree11ecec6c6f37a4ce9f2b0c720e42bd2baa85eed9 /target/linux/ar71xx/files/include
parent6c60de0ed15145bbc1376095aeda0d2b43fad837 (diff)
downloadupstream-4f9f195c3281ced570efe34b9f5d5fcb9520b42e.tar.gz
upstream-4f9f195c3281ced570efe34b9f5d5fcb9520b42e.tar.bz2
upstream-4f9f195c3281ced570efe34b9f5d5fcb9520b42e.zip
ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/include')
-rw-r--r--target/linux/ar71xx/files/include/linux/ath9k_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/include/linux/ath9k_platform.h b/target/linux/ar71xx/files/include/linux/ath9k_platform.h
index 9fb8c6e422..3c22012028 100644
--- a/target/linux/ar71xx/files/include/linux/ath9k_platform.h
+++ b/target/linux/ar71xx/files/include/linux/ath9k_platform.h
@@ -16,6 +16,8 @@
struct ath9k_platform_data {
u16 eeprom_data[ATH9K_PLAT_EEP_MAX_WORDS];
u8 *macaddr;
+
+ unsigned long quirk_wndr3700:1;
};
#endif /* _LINUX_ATH9K_PLATFORM_H */