summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/common-beacon.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-03-02 00:16:03 +0400
committerJohn W. Linville <linville@tuxdriver.com>2014-03-17 21:13:08 +0400
commitfa7b52fadbbbec855fb13ccc508128f6d234e08d (patch)
tree51324edb8f855924e8eb5885dae5956c6aa2ee1c /drivers/net/wireless/ath/ath9k/common-beacon.h
parent12f53c308ecbe2b76798a5091f8452eeed0a732b (diff)
downloadlinux-fa7b52fadbbbec855fb13ccc508128f6d234e08d.tar.xz
ath9k: move ath9k_beacon_config_ap 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-beacon.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/common-beacon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common-beacon.h b/drivers/net/wireless/ath/ath9k/common-beacon.h
index d8e7c0db08a9..3665d27f0dc7 100644
--- a/drivers/net/wireless/ath/ath9k/common-beacon.h
+++ b/drivers/net/wireless/ath/ath9k/common-beacon.h
@@ -21,3 +21,6 @@ int ath9k_cmn_beacon_config_sta(struct ath_hw *ah,
struct ath9k_beacon_state *bs);
void ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah,
struct ath_beacon_config *conf);
+void ath9k_cmn_beacon_config_ap(struct ath_hw *ah,
+ struct ath_beacon_config *conf,
+ unsigned int bc_buf);