summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/common-init.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-02-25 14:48:52 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-02-28 14:33:13 -0500
commitb60d105242ac457dab057f676c8aaa20d1821b10 (patch)
treead597a468b33c5afe0f6866a7823200d04630c1f /drivers/net/wireless/ath/ath9k/common-init.h
parent31f023a1cb92678604d5a1427623348f5b896eab (diff)
ath9k: move setup_ht_cap to common-init
and rename it to ath9k_cmn_setup_ht_cap Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common-init.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/common-init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common-init.h b/drivers/net/wireless/ath/ath9k/common-init.h
index 8fc9049ad8b0..6e678ca8149b 100644
--- a/drivers/net/wireless/ath/ath9k/common-init.h
+++ b/drivers/net/wireless/ath/ath9k/common-init.h
@@ -15,3 +15,5 @@
*/
int ath9k_cmn_init_channels_rates(struct ath_common *common);
+void ath9k_cmn_setup_ht_cap(struct ath_hw *ah,
+ struct ieee80211_sta_ht_cap *ht_info);