summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorSujith Manoharan <Sujith.Manoharan@atheros.com>2010-12-28 14:28:52 +0530
committerJohn W. Linville <linville@tuxdriver.com>2011-01-04 14:43:00 -0500
commit1e1f4ad25fab29ca48b1166e74a81e9c89ddf0fb (patch)
tree64066131ba67cff6b4142e78aa8932fe4bad2078 /drivers/net/wireless/ath/ath9k/htc.h
parent039a07215e0fca00c450f4bf1dc9b458bdfe8559 (diff)
downloadblackbird-op-linux-1e1f4ad25fab29ca48b1166e74a81e9c89ddf0fb.tar.gz
blackbird-op-linux-1e1f4ad25fab29ca48b1166e74a81e9c89ddf0fb.zip
ath9k_htc: Move LED/RFKILL code to htc_drv_gpio.c
And add the copyright/license header. Signed-off-by: Sujith Manoharan <Sujith.Manoharan@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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index 34456a85ab77..a099b3e87ed3 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -459,8 +459,13 @@ 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);
+void ath9k_htc_radio_enable(struct ieee80211_hw *hw);
+void ath9k_htc_radio_disable(struct ieee80211_hw *hw);
+void ath9k_led_stop_brightness(struct ath9k_htc_priv *priv);
void ath9k_init_leds(struct ath9k_htc_priv *priv);
void ath9k_deinit_leds(struct ath9k_htc_priv *priv);
OpenPOWER on IntegriCloud