diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:04 +0000 |
commit | ff783c9e7081f897cc40e87614415ec7cbb23de4 (patch) | |
tree | 3c665b9175a6bf0e5a99fa4679dfaba0a4674123 /package/kernel/mac80211/patches/501-ath9k-eeprom_endianess.patch | |
parent | eeb2ae53538f05e21008a182e2498d1b2c97e99f (diff) | |
download | upstream-ff783c9e7081f897cc40e87614415ec7cbb23de4.tar.gz upstream-ff783c9e7081f897cc40e87614415ec7cbb23de4.tar.bz2 upstream-ff783c9e7081f897cc40e87614415ec7cbb23de4.zip |
ath9k: add a fix for dynack
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42703 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 8421429601..abf3914476 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 -@@ -725,6 +725,7 @@ enum ath_cal_list { +@@ -726,6 +726,7 @@ enum ath_cal_list { #define AH_USE_EEPROM 0x1 #define AH_UNPLUGGED 0x2 /* The card has been physically removed. */ #define AH_FASTCC 0x4 |