From 1161df826f91c97dc6ab302c16f5bfd19a5ceab9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau <nbd@openwrt.org> Date: Tue, 30 Sep 2014 21:36:04 +0000 Subject: ath9k: add a fix for dynack Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42703 --- package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/kernel/mac80211/patches/550-ath9k_entropy_from_adc.patch') 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); } -- cgit v1.1