]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ath/ath9k/ar9003_eeprom.h
ath9k_hw: Add a helper to get paprd scale factor
[karo-tx-linux.git] / drivers / net / wireless / ath / ath9k / ar9003_eeprom.h
index efb6a02be37760c8169aa6c1a416b2fd8350627d..afb0b5ee1865c3c10481b5d6a8fac4c932f97af2 100644 (file)
@@ -315,4 +315,7 @@ s32 ar9003_hw_get_tx_gain_idx(struct ath_hw *ah);
 s32 ar9003_hw_get_rx_gain_idx(struct ath_hw *ah);
 
 u8 *ar9003_get_spur_chan_ptr(struct ath_hw *ah, bool is_2ghz);
+
+unsigned int ar9003_get_paprd_scale_factor(struct ath_hw *ah,
+                                          struct ath9k_channel *chan);
 #endif