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/512-ath9k_channelbw_debugfs.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/512-ath9k_channelbw_debugfs.patch')
-rw-r--r-- | package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch b/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch index ef87a35..681291d 100644 --- a/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch +++ b/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h -@@ -696,6 +696,7 @@ struct ath_softc { +@@ -701,6 +701,7 @@ struct ath_softc { struct ieee80211_hw *hw; struct device *dev; @@ -8,7 +8,7 @@ struct survey_info *cur_survey; struct survey_info survey[ATH9K_NUM_CHANNELS]; -@@ -899,6 +900,7 @@ struct fft_sample_ht20 { +@@ -905,6 +906,7 @@ struct fft_sample_ht20 { u8 data[SPECTRAL_HT20_NUM_BINS]; } __packed; |