diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-02-25 14:48:52 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-28 14:33:13 -0500 |
commit | b60d105242ac457dab057f676c8aaa20d1821b10 (patch) | |
tree | ad597a468b33c5afe0f6866a7823200d04630c1f /drivers/net/wireless/ath/ath9k/common-init.h | |
parent | 31f023a1cb92678604d5a1427623348f5b896eab (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.h | 2 |
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); |