diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2010-12-15 18:30:51 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-12-16 23:22:30 +0300 |
commit | 8698bca6b53d1f6641850b270de9c953078ed1ce (patch) | |
tree | a4d1fa53c6f4588bd27d3e89716512a8c78a80eb /drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | |
parent | 0b2084bc578128be866d6fc9926ed887c3432bb1 (diff) | |
download | linux-8698bca6b53d1f6641850b270de9c953078ed1ce.tar.xz |
ath9k_hw: Add a helper to get paprd scale factor
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ar9003_eeprom.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h index efb6a02be377..afb0b5ee1865 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.h @@ -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 |