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/543-ath9k-allow-to-disable-bands-via-platform-data.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/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); |