diff options
author | David S. Miller <davem@davemloft.net> | 2012-04-25 15:13:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-25 15:13:37 -0400 |
commit | 202149265770426f0965557ffa0b500fbbd701dd (patch) | |
tree | 3a6fe0c357b6eb6ac5e15a0ec27eaf570ebfd0ce /drivers/net/wireless/ath/ath9k/hw.h | |
parent | f891ea1634ce41f5f47ae40d8594809f4cd2ca66 (diff) | |
parent | 395836282f7cf8b1dac9b9c2aa2bacddfa1580b5 (diff) |
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h index aa1680a0c7fd..e88f182ff45c 100644 --- a/drivers/net/wireless/ath/ath9k/hw.h +++ b/drivers/net/wireless/ath/ath9k/hw.h @@ -985,7 +985,8 @@ void ath9k_hw_name(struct ath_hw *ah, char *hw_name, size_t len); /* PHY */ void ath9k_hw_get_delta_slope_vals(struct ath_hw *ah, u32 coef_scaled, u32 *coef_mantissa, u32 *coef_exponent); -void ath9k_hw_apply_txpower(struct ath_hw *ah, struct ath9k_channel *chan); +void ath9k_hw_apply_txpower(struct ath_hw *ah, struct ath9k_channel *chan, + bool test); /* * Code Specific to AR5008, AR9001 or AR9002, |