summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/common-beacon.h
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-03-01 21:15:58 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-03-17 13:13:07 -0400
commit4c9a1f32600b9181558737dede31403c1ca05291 (patch)
tree9b10247f5e64da9dd4a74842fa355838f6e93951 /drivers/net/wireless/ath/ath9k/common-beacon.h
parentf84224402bddea8e2762869f4eaebc3b46be2aa0 (diff)
downloadlinux-4c9a1f32600b9181558737dede31403c1ca05291.tar.gz
linux-4c9a1f32600b9181558737dede31403c1ca05291.tar.bz2
linux-4c9a1f32600b9181558737dede31403c1ca05291.zip
ath9k: move ath9k_beacon_config_adhoc 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-beacon.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/common-beacon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common-beacon.h b/drivers/net/wireless/ath/ath9k/common-beacon.h
index 51cbcb5c4b9f..d8e7c0db08a9 100644
--- a/drivers/net/wireless/ath/ath9k/common-beacon.h
+++ b/drivers/net/wireless/ath/ath9k/common-beacon.h
@@ -19,3 +19,5 @@ struct ath_beacon_config;
int ath9k_cmn_beacon_config_sta(struct ath_hw *ah,
struct ath_beacon_config *conf,
struct ath9k_beacon_state *bs);
+void ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah,
+ struct ath_beacon_config *conf);