diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-13 10:35:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-08-13 10:35:14 +0000 |
commit | 253d2b511bd7b32a63aeec471717430902906d51 (patch) | |
tree | 359c6c6c61af769870a3519faff2d323fc2371ae /package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | |
parent | bbd4d4c8b867b00809f283dbc90ed95337d9a21e (diff) | |
download | mtk-20170518-253d2b511bd7b32a63aeec471717430902906d51.zip mtk-20170518-253d2b511bd7b32a63aeec471717430902906d51.tar.gz mtk-20170518-253d2b511bd7b32a63aeec471717430902906d51.tar.bz2 |
ath9k: reorganize patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37766
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 d09306f..87aaf30 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 -@@ -700,6 +700,7 @@ struct ath_softc { +@@ -697,6 +697,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]; -@@ -904,6 +905,7 @@ struct fft_sample_ht20 { +@@ -901,6 +902,7 @@ struct fft_sample_ht20 { u8 data[SPECTRAL_HT20_NUM_BINS]; } __packed; |