diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-19 17:18:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-19 17:18:07 +0000 |
commit | bac83378e74eeae366b80d209dcd7b442f1d4012 (patch) | |
tree | 5b5c4aa12aef79d237bb7ce4e3f358c9f5546e25 /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch | |
parent | 5db5354c708f62a5c4814342334951dbd4e089e7 (diff) | |
download | upstream-bac83378e74eeae366b80d209dcd7b442f1d4012.tar.gz upstream-bac83378e74eeae366b80d209dcd7b442f1d4012.tar.bz2 upstream-bac83378e74eeae366b80d209dcd7b442f1d4012.zip |
ath9k: merge another round of upstream (or -pending) fixes and cleanups
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39138
Diffstat (limited to 'package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r-- | package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch index 4eca75a9ba..b2bd51c4ca 100644 --- a/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch +++ b/package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch @@ -71,7 +71,7 @@ --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -706,6 +706,7 @@ enum ath_cal_list { +@@ -707,6 +707,7 @@ enum ath_cal_list { #define AH_USE_EEPROM 0x1 #define AH_UNPLUGGED 0x2 /* The card has been physically removed. */ #define AH_FASTCC 0x4 @@ -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 -@@ -721,6 +721,8 @@ static int ath9k_init_softc(u16 devid, s +@@ -719,6 +719,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; |