diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-12-08 14:48:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-12-08 14:48:30 +0000 |
commit | 7a260c3620ec4c89c39c5eb396d64c114d3c3243 (patch) | |
tree | 1cdcbdfd0813c7a53cef58a8a71b169c0de0bbdc /package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | |
parent | 1c1d5fac2e9759b50744e09a1f09ab2f9ddab882 (diff) | |
download | mtk-20170518-7a260c3620ec4c89c39c5eb396d64c114d3c3243.zip mtk-20170518-7a260c3620ec4c89c39c5eb396d64c114d3c3243.tar.gz mtk-20170518-7a260c3620ec4c89c39c5eb396d64c114d3c3243.tar.bz2 |
ath9k: merge initval and tx gain table updates, calibration fixes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39001
Diffstat (limited to 'package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch')
-rw-r--r-- | package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch index f5ef8fb..0a43af1 100644 --- a/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch +++ b/package/kernel/mac80211/patches/542-ath9k_debugfs_diag.patch @@ -62,7 +62,7 @@ debugfs_create_file("interrupt", S_IRUSR, sc->debug.debugfs_phy, sc, --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -481,6 +481,12 @@ enum { +@@ -482,6 +482,12 @@ enum { ATH9K_RESET_COLD, }; @@ -75,7 +75,7 @@ struct ath9k_hw_version { u32 magic; u16 devid; -@@ -766,6 +772,8 @@ struct ath_hw { +@@ -767,6 +773,8 @@ struct ath_hw { u32 rfkill_polarity; u32 ah_flags; @@ -84,7 +84,7 @@ bool reset_power_on; bool htc_reset_init; -@@ -1017,6 +1025,7 @@ void ath9k_hw_check_nav(struct ath_hw *a +@@ -1019,6 +1027,7 @@ void ath9k_hw_check_nav(struct ath_hw *a bool ath9k_hw_check_alive(struct ath_hw *ah); bool ath9k_hw_setpower(struct ath_hw *ah, enum ath9k_power_mode mode); |