diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 17:07:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-14 17:07:08 +0000 |
commit | a55649082a4cc02e85d3292a4077548c180c92dd (patch) | |
tree | b95a454e48f417c3975f71f2632be1bf2a4e8be0 /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch | |
parent | 9084b755067d4cafa4e22fe4f5211651b9355936 (diff) | |
download | upstream-a55649082a4cc02e85d3292a4077548c180c92dd.tar.gz upstream-a55649082a4cc02e85d3292a4077548c180c92dd.tar.bz2 upstream-a55649082a4cc02e85d3292a4077548c180c92dd.zip |
ath9k: merge another round of cleanups and fixes submitted to linux-wireless
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39054
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 eb7f73a448..4eca75a9ba 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 -@@ -729,6 +729,7 @@ enum ath_cal_list { +@@ -706,6 +706,7 @@ enum ath_cal_list { #define AH_USE_EEPROM 0x1 #define AH_UNPLUGGED 0x2 /* The card has been physically removed. */ #define AH_FASTCC 0x4 |