diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-30 21:36:04 +0000 |
commit | 1161df826f91c97dc6ab302c16f5bfd19a5ceab9 (patch) | |
tree | 17511b9f930a946e7f278a2696603ea5851b0de2 /package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch | |
parent | cbc069f9c1b256ebb0229f62a09516a65f760a1f (diff) | |
download | mtk-20170518-1161df826f91c97dc6ab302c16f5bfd19a5ceab9.zip mtk-20170518-1161df826f91c97dc6ab302c16f5bfd19a5ceab9.tar.gz mtk-20170518-1161df826f91c97dc6ab302c16f5bfd19a5ceab9.tar.bz2 |
ath9k: add a fix for dynack
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42703
Diffstat (limited to 'package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch')
-rw-r--r-- | package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch b/package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch index dd067de..6ca9eaa 100644 --- a/package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch +++ b/package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch @@ -8,7 +8,7 @@ * @spectral_scan_config: set parameters for spectral scan and enable/disable it * @spectral_scan_trigger: trigger a spectral scan run * @spectral_scan_wait: wait for a spectral scan run to finish -@@ -702,6 +703,7 @@ struct ath_hw_ops { +@@ -703,6 +704,7 @@ struct ath_hw_ops { struct ath_hw_antcomb_conf *antconf); void (*antdiv_comb_conf_set)(struct ath_hw *ah, struct ath_hw_antcomb_conf *antconf); @@ -95,7 +95,7 @@ if (error) --- a/drivers/net/wireless/ath/ath9k/hw-ops.h +++ b/drivers/net/wireless/ath/ath9k/hw-ops.h -@@ -95,6 +95,12 @@ static inline void ath9k_hw_tx99_set_txp +@@ -101,6 +101,12 @@ static inline void ath9k_hw_tx99_set_txp ath9k_hw_ops(ah)->tx99_set_txpower(ah, power); } |