diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2010-06-02 15:53:37 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-04 16:00:39 -0400 |
commit | 61389f3ed49968746327aef0454b2f27e88e0f8d (patch) | |
tree | e4ec07bf3210330eb292890b0a09c7b0d5460679 /drivers/net/wireless/ath/ath9k/common.h | |
parent | b176286276f85e10e8ab3342730c5e39e1ce460b (diff) | |
download | blackbird-obmc-linux-61389f3ed49968746327aef0454b2f27e88e0f8d.tar.gz blackbird-obmc-linux-61389f3ed49968746327aef0454b2f27e88e0f8d.zip |
ath9k_common: Move count_streams to common module
This can be used by ath9k_htc.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common.h b/drivers/net/wireless/ath/ath9k/common.h index 283cca84832c..97809d39c73f 100644 --- a/drivers/net/wireless/ath/ath9k/common.h +++ b/drivers/net/wireless/ath/ath9k/common.h @@ -64,3 +64,4 @@ int ath9k_cmn_key_config(struct ath_common *common, struct ieee80211_key_conf *key); void ath9k_cmn_key_delete(struct ath_common *common, struct ieee80211_key_conf *key); +int ath9k_cmn_count_streams(unsigned int chainmask, int max); |