diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-01-30 13:21:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-01-30 13:21:36 +0000 |
commit | eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74 (patch) | |
tree | f384015bf67b4da2efefd6d04a7f620dfe4504b1 /package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | |
parent | 2725913d2acca4774c41c7de0d8f4940615a3f1d (diff) | |
download | mtk-20170518-eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74.zip mtk-20170518-eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74.tar.gz mtk-20170518-eb7a1ba94b7221358ab5f207d8af8dc8b7a2cf74.tar.bz2 |
mac80211: update to wireless-testing 2014-01-23
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39427
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 73e0092..088460a 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 -@@ -1575,6 +1575,52 @@ static const struct file_operations fops +@@ -1524,6 +1524,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); -@@ -1596,6 +1642,8 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1545,6 +1591,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 -@@ -129,6 +129,7 @@ struct ath_common { +@@ -130,6 +130,7 @@ struct ath_common { struct ieee80211_hw *hw; int debug_mask; enum ath_device_state state; |