diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-02-25 14:48:55 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-28 20:33:16 +0100 |
commit | b57ba3b2f7b00e1241c2ebabb0906321a4e64414 (patch) | |
tree | b6839290ecfe1d48cf304af43eefffc166dad8f7 /drivers/net/wireless/ath/ath9k/common-init.h | |
parent | ath9k-common: set maxstream=1 for ar9271 (diff) | |
download | linux-b57ba3b2f7b00e1241c2ebabb0906321a4e64414.tar.xz linux-b57ba3b2f7b00e1241c2ebabb0906321a4e64414.zip |
ath9k: move ath9k_reload_chainmask_settings to common
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common-init.h b/drivers/net/wireless/ath/ath9k/common-init.h index 6e678ca8149b..ac03fca5ffdd 100644 --- a/drivers/net/wireless/ath/ath9k/common-init.h +++ b/drivers/net/wireless/ath/ath9k/common-init.h @@ -17,3 +17,4 @@ 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); +void ath9k_cmn_reload_chainmask(struct ath_hw *ah); |