diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 10:44:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 10:44:19 +0000 |
commit | 12c033dfd90659fe6c4b7dc44cc91824be07c877 (patch) | |
tree | a796bba76f01a25a043031055297b59307514aef /package/kernel/mac80211/patches/555-ath9k-allow-to-disable-bands-via-platform-data.patch | |
parent | 02a6750af87091e69d8c14e4b9e73c960b4d5794 (diff) | |
download | mtk-20170518-12c033dfd90659fe6c4b7dc44cc91824be07c877.zip mtk-20170518-12c033dfd90659fe6c4b7dc44cc91824be07c877.tar.gz mtk-20170518-12c033dfd90659fe6c4b7dc44cc91824be07c877.tar.bz2 |
mac80211: update to wireless-testing 2013-06-27, fix ATH_USER_REGD handling
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37097
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.patch | 4 |
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 fc02431..584a7d7 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 @@ -48,7 +48,7 @@ AR_SREV_9285(ah) || --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -940,6 +940,8 @@ struct ath_hw { +@@ -947,6 +947,8 @@ struct ath_hw { bool is_clk_25mhz; int (*get_mac_revision)(void); int (*external_reset)(void); @@ -59,7 +59,7 @@ }; --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -592,6 +592,8 @@ static int ath9k_init_softc(u16 devid, s +@@ -613,6 +613,8 @@ static int ath9k_init_softc(u16 devid, s ah->is_clk_25mhz = pdata->is_clk_25mhz; ah->get_mac_revision = pdata->get_mac_revision; ah->external_reset = pdata->external_reset; |