diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 13:32:06 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-22 13:32:06 +0000 |
commit | 201fb55ac5bf7d700d4894dcbd1935c58de2ea53 (patch) | |
tree | 73beb3deac0d183371b19daf7655ff0ac390444b /package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | |
parent | 3df1a20197154d9e3ff65b5fe671a11a44ed08d2 (diff) | |
download | upstream-201fb55ac5bf7d700d4894dcbd1935c58de2ea53.tar.gz upstream-201fb55ac5bf7d700d4894dcbd1935c58de2ea53.tar.bz2 upstream-201fb55ac5bf7d700d4894dcbd1935c58de2ea53.zip |
ath9k: merge a regulatory handling fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43028
Diffstat (limited to 'package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch')
-rw-r--r-- | package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch b/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch index 24671ca12e..fae3102206 100644 --- a/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch +++ b/package/kernel/mac80211/patches/512-ath9k_channelbw_debugfs.patch @@ -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 -@@ -141,6 +141,7 @@ struct ath_common { +@@ -142,6 +142,7 @@ struct ath_common { int debug_mask; enum ath_device_state state; unsigned long op_flags; |