aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2013-06-19 14:02:14 -0700
committerJohn W. Linville <linville@tuxdriver.com>2013-06-24 14:44:22 -0400
commit156652bbedfbc0f3410759ccebe5c94edb7ce6c3 (patch)
tree51a0bc6c1de13e7374506c2574309644cbdd69af /drivers/net/wireless/ath/ath9k/htc.h
parentmwifiex: channel switch handling for station (diff)
downloadlinux-dev-156652bbedfbc0f3410759ccebe5c94edb7ce6c3.tar.xz
linux-dev-156652bbedfbc0f3410759ccebe5c94edb7ce6c3.zip
ath9k_htc: Support reporting tx and rx chain mask.
Signed-off-by: Ben Greear <greearb@candelatech.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index 69581031f2cd..6bd556d203ae 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -583,6 +583,8 @@ bool ath9k_htc_setpower(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);
+struct base_eep_header *ath9k_htc_get_eeprom_base(struct ath9k_htc_priv *priv);
+
#ifdef CONFIG_MAC80211_LEDS
void ath9k_init_leds(struct ath9k_htc_priv *priv);
void ath9k_deinit_leds(struct ath9k_htc_priv *priv);