diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 18:55:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 18:55:39 +0000 |
commit | c0ba491f01390e258cdb3f2c63bf49299b9ae029 (patch) | |
tree | ab8dcd340e25186bb9cbc6eebebd311794ab80d5 /package/mac80211/patches/501-ath9k-eeprom_endianess.patch | |
parent | 8b19f3525505c739724c1200cefa21de93aa3cef (diff) | |
download | upstream-c0ba491f01390e258cdb3f2c63bf49299b9ae029.tar.gz upstream-c0ba491f01390e258cdb3f2c63bf49299b9ae029.tar.bz2 upstream-c0ba491f01390e258cdb3f2c63bf49299b9ae029.zip |
ath9k: fix memory corruption issues on ar5416/ar91xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35139 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 210bb6693d..75006dc63f 100644 --- a/package/mac80211/patches/501-ath9k-eeprom_endianess.patch +++ b/package/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 -@@ -702,6 +702,7 @@ enum ath_cal_list { +@@ -700,6 +700,7 @@ enum ath_cal_list { #define AH_USE_EEPROM 0x1 #define AH_UNPLUGGED 0x2 /* The card has been physically removed. */ #define AH_FASTCC 0x4 |