diff options
author | Rajkumar Manoharan <rmanoharan@atheros.com> | 2011-01-31 23:47:45 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-03 16:44:43 -0500 |
commit | b2a5c3dfecf3d0e1db08ac7cd94ee4c1cf9bc998 (patch) | |
tree | e4c078aaba6c40ab795fd97c318ba8bf744e0e3e /drivers/net/wireless/ath/ath9k/htc.h | |
parent | 5048e8c378d095a548fe8a6ecd2f07d277ac5be2 (diff) | |
download | op-kernel-dev-b2a5c3dfecf3d0e1db08ac7cd94ee4c1cf9bc998.zip op-kernel-dev-b2a5c3dfecf3d0e1db08ac7cd94ee4c1cf9bc998.tar.gz |
ath9k_htc: make use common of function to update txpower
Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/htc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h index 6354986..0cb504d 100644 --- a/drivers/net/wireless/ath/ath9k/htc.h +++ b/drivers/net/wireless/ath/ath9k/htc.h @@ -460,7 +460,6 @@ void ath9k_htc_ps_restore(struct ath9k_htc_priv *priv); void ath9k_ps_work(struct work_struct *work); bool ath9k_htc_setpower(struct ath9k_htc_priv *priv, enum ath9k_power_mode mode); -void ath_update_txpow(struct ath9k_htc_priv *priv); void ath9k_start_rfkill_poll(struct ath9k_htc_priv *priv); void ath9k_htc_rfkill_poll_state(struct ieee80211_hw *hw); |