diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-10-10 21:10:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-10-10 21:10:45 +0000 |
commit | a3cc10cba77c7a13e95d9403f1cc20748d1f78f8 (patch) | |
tree | 26f75fad2bab7b4628a3512f023ec444dc7090cb /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch | |
parent | db3013852a4bacc0d53f5b0715549df08fcb8805 (diff) | |
download | upstream-a3cc10cba77c7a13e95d9403f1cc20748d1f78f8.tar.gz upstream-a3cc10cba77c7a13e95d9403f1cc20748d1f78f8.tar.bz2 upstream-a3cc10cba77c7a13e95d9403f1cc20748d1f78f8.zip |
ath9k: fix rx issues introduced in my last commit (fixes #14307)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38362
Diffstat (limited to 'package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r-- | package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch | 2 |
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; |