aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/common.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2010-06-02 15:53:37 +0530
committerJohn W. Linville <linville@tuxdriver.com>2010-06-04 16:00:39 -0400
commit61389f3ed49968746327aef0454b2f27e88e0f8d (patch)
treee4ec07bf3210330eb292890b0a09c7b0d5460679 /drivers/net/wireless/ath/ath9k/common.h
parentb176286276f85e10e8ab3342730c5e39e1ce460b (diff)
downloadkernel_samsung_smdk4412-61389f3ed49968746327aef0454b2f27e88e0f8d.zip
kernel_samsung_smdk4412-61389f3ed49968746327aef0454b2f27e88e0f8d.tar.gz
kernel_samsung_smdk4412-61389f3ed49968746327aef0454b2f27e88e0f8d.tar.bz2
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.h1
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 283cca8..97809d3 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);