diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-07-10 00:21:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-07-10 00:21:25 +0000 |
commit | b718813b57964dacdaf30a645cab112760ef1d23 (patch) | |
tree | 894a9e3fd09b247b6702594fffd3d65f520d0148 /package/mac80211/patches/501-ath9k-eeprom_endianess.patch | |
parent | 178df184a1ce23f024d50aa3205e17974d2047e1 (diff) | |
download | mtk-20170518-b718813b57964dacdaf30a645cab112760ef1d23.zip mtk-20170518-b718813b57964dacdaf30a645cab112760ef1d23.tar.gz mtk-20170518-b718813b57964dacdaf30a645cab112760ef1d23.tar.bz2 |
mac80211: update to latest version, fix tx gain patch
SVN-Revision: 32655
Diffstat (limited to 'package/mac80211/patches/501-ath9k-eeprom_endianess.patch')
-rw-r--r-- | package/mac80211/patches/501-ath9k-eeprom_endianess.patch | 2 |
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 710ca7b..19975c8 100644 --- a/package/mac80211/patches/501-ath9k-eeprom_endianess.patch +++ b/package/mac80211/patches/501-ath9k-eeprom_endianess.patch @@ -71,7 +71,7 @@ ath_err(common, "Reading Magic # failed\n"); --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -657,6 +657,7 @@ enum ath_cal_list { +@@ -658,6 +658,7 @@ enum ath_cal_list { #define AH_USE_EEPROM 0x1 #define AH_UNPLUGGED 0x2 /* The card has been physically removed. */ #define AH_FASTCC 0x4 |