ath9k: add a fix for dynack
[openwrt.git] / package / kernel / mac80211 / patches / 550-ath9k_entropy_from_adc.patch
index dd067de..6ca9eaa 100644 (file)
@@ -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);
  }