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
This commit is contained in:
Gabor Juhos
2010-02-09 16:27:35 +00:00
parent 6c60de0ed1
commit 4f9f195c32
6 changed files with 96 additions and 8 deletions

View File

@@ -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 */