diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:51:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-27 20:51:43 +0000 |
commit | 8be721208dad06c6a3119dee2db81c385a91a336 (patch) | |
tree | 70eddd3a592f75ebfb105dc619735d0c5178c471 /package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | |
parent | 54a18b3fe80d6cfe06acda47c7d4d82c0d0e5688 (diff) | |
download | mtk-20170518-8be721208dad06c6a3119dee2db81c385a91a336.zip mtk-20170518-8be721208dad06c6a3119dee2db81c385a91a336.tar.gz mtk-20170518-8be721208dad06c6a3119dee2db81c385a91a336.tar.bz2 |
mac80211: update to wireless-testing 2014-09-26
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42683
Diffstat (limited to 'package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch')
-rw-r--r-- | package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch b/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch index c0e173f..04a6e8e 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/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -1336,6 +1336,52 @@ static const struct file_operations fops +@@ -1365,6 +1365,52 @@ static const struct file_operations fops .owner = THIS_MODULE }; @@ -53,7 +53,7 @@ int ath9k_init_debug(struct ath_hw *ah) { struct ath_common *common = ath9k_hw_common(ah); -@@ -1357,6 +1403,8 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1386,6 +1432,8 @@ int ath9k_init_debug(struct ath_hw *ah) debugfs_create_file("eeprom", S_IRUSR, sc->debug.debugfs_phy, sc, &fops_eeprom); @@ -64,7 +64,7 @@ debugfs_create_file("interrupt", S_IRUSR, sc->debug.debugfs_phy, sc, --- a/drivers/net/wireless/ath/ath.h +++ b/drivers/net/wireless/ath/ath.h -@@ -140,6 +140,7 @@ struct ath_common { +@@ -141,6 +141,7 @@ struct ath_common { int debug_mask; enum ath_device_state state; unsigned long op_flags; |