aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-29 19:44:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-29 19:44:05 +0000
commit7874fd511a62ff17481625165090f7913858a647 (patch)
treec5bd67c4c69359ed8d6a900c5f11b02c2d6524e8 /package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
parent2958948698e58f039680e50e1200b0139424d238 (diff)
downloadmaster-187ad058-7874fd511a62ff17481625165090f7913858a647.tar.gz
master-187ad058-7874fd511a62ff17481625165090f7913858a647.tar.bz2
master-187ad058-7874fd511a62ff17481625165090f7913858a647.zip
ath9k: fix several issues in the tx queueing rework
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37616 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch')
-rw-r--r--package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch b/package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
index 584a7d70ce..c5b90af68c 100644
--- a/package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
+++ b/package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
@@ -12,7 +12,7 @@
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -2448,17 +2448,25 @@ int ath9k_hw_fill_cap_info(struct ath_hw
+@@ -2449,17 +2449,25 @@ int ath9k_hw_fill_cap_info(struct ath_hw
}
eeval = ah->eep_ops->get_eeprom(ah, EEP_OP_MODE);
@@ -48,7 +48,7 @@
AR_SREV_9285(ah) ||
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
-@@ -947,6 +947,8 @@ struct ath_hw {
+@@ -948,6 +948,8 @@ struct ath_hw {
bool is_clk_25mhz;
int (*get_mac_revision)(void);
int (*external_reset)(void);