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 | 1161df826f91c97dc6ab302c16f5bfd19a5ceab9 (patch) | |
tree | 17511b9f930a946e7f278a2696603ea5851b0de2 /package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch | |
parent | cbc069f9c1b256ebb0229f62a09516a65f760a1f (diff) | |
download | upstream-1161df826f91c97dc6ab302c16f5bfd19a5ceab9.tar.gz upstream-1161df826f91c97dc6ab302c16f5bfd19a5ceab9.tar.bz2 upstream-1161df826f91c97dc6ab302c16f5bfd19a5ceab9.zip |
ath9k: add a fix for dynack
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42703
Diffstat (limited to 'package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch')
-rw-r--r-- | package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch b/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch index fabe6e4846..e8cd5e65ce 100644 --- a/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch +++ b/package/kernel/mac80211/patches/543-ath9k-allow-to-disable-bands-via-platform-data.patch @@ -47,7 +47,7 @@ AR_SREV_9285(ah) || --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -933,6 +933,8 @@ struct ath_hw { +@@ -934,6 +934,8 @@ struct ath_hw { bool is_clk_25mhz; int (*get_mac_revision)(void); int (*external_reset)(void); |