aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-10-10 21:10:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-10-10 21:10:45 +0000
commit9fda86eac848dc88e8ebdd95af59ceaeb97e4938 (patch)
tree47881ddc1be370f8fdebc81c87e6fe21727d67af /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
parentfb47dac0bd18cbe8163b7de7f04449ca37b03673 (diff)
downloadupstream-9fda86eac848dc88e8ebdd95af59ceaeb97e4938.tar.gz
upstream-9fda86eac848dc88e8ebdd95af59ceaeb97e4938.tar.bz2
upstream-9fda86eac848dc88e8ebdd95af59ceaeb97e4938.zip
ath9k: fix rx issues introduced in my last commit (fixes #14307)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38362 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r--package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
index a65698b20d..9588649457 100644
--- a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch
+++ b/package/kernel/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
-@@ -630,6 +630,8 @@ static int ath9k_init_softc(u16 devid, s
+@@ -664,6 +664,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;