aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-06 16:45:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-06 16:45:22 +0000
commit6f4fc9c795a4e9ae61c49734022880c3284f8ca1 (patch)
tree0fc0661755a6ba6ac200529bdc80d45253fa7b35 /package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
parent5a64212900a1420692412c752c6497b53daa0366 (diff)
downloadupstream-6f4fc9c795a4e9ae61c49734022880c3284f8ca1.tar.gz
upstream-6f4fc9c795a4e9ae61c49734022880c3284f8ca1.tar.bz2
upstream-6f4fc9c795a4e9ae61c49734022880c3284f8ca1.zip
mac80211: backport a few upstream fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r37653 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37728 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch')
-rw-r--r--package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch b/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
index 584a7d70ce..c5b90af68c 100644
--- a/package/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch
+++ b/package/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);