aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/501-ath9k-eeprom_endianess.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-03 14:15:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-03 14:15:52 +0000
commit0b57935885e3e861c36160f3e10772d60c9f64d4 (patch)
tree9195aeb212ef22bd038bc05d99cc9009c99be08f /package/mac80211/patches/501-ath9k-eeprom_endianess.patch
parentf0cf4ce77956ee317e7e45c7414c23c258887a50 (diff)
downloadmaster-187ad058-0b57935885e3e861c36160f3e10772d60c9f64d4.tar.gz
master-187ad058-0b57935885e3e861c36160f3e10772d60c9f64d4.tar.bz2
master-187ad058-0b57935885e3e861c36160f3e10772d60c9f64d4.zip
ath9k: improve AP mode powersave buffering handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36824 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r--package/mac80211/patches/501-ath9k-eeprom_endianess.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/501-ath9k-eeprom_endianess.patch b/package/mac80211/patches/501-ath9k-eeprom_endianess.patch
index fb3b38b142..5888c208ce 100644
--- a/package/mac80211/patches/501-ath9k-eeprom_endianess.patch
+++ b/package/mac80211/patches/501-ath9k-eeprom_endianess.patch
@@ -81,7 +81,7 @@
struct ath_ops reg_ops;
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
-@@ -591,6 +591,8 @@ static int ath9k_init_softc(u16 devid, s
+@@ -593,6 +593,8 @@ static int ath9k_init_softc(u16 devid, s
ah->is_clk_25mhz = pdata->is_clk_25mhz;
ah->get_mac_revision = pdata->get_mac_revision;
ah->external_reset = pdata->external_reset;