summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/common.h
diff options
context:
space:
mode:
authorSujith <Sujith.Manoharan@atheros.com>2010-06-02 12:23:37 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-06-04 22:00:39 +0200
commit61389f3ed49968746327aef0454b2f27e88e0f8d (patch)
treee4ec07bf3210330eb292890b0a09c7b0d5460679 /drivers/net/wireless/ath/ath9k/common.h
parentath9k_htc: Add support for AR7010 (diff)
downloadlinux-61389f3ed49968746327aef0454b2f27e88e0f8d.tar.xz
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.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 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);