diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-03-01 15:15:58 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 13:13:07 -0400 |
commit | 4c9a1f32600b9181558737dede31403c1ca05291 (patch) | |
tree | 9b10247f5e64da9dd4a74842fa355838f6e93951 /drivers/net/wireless/ath/ath9k/common-beacon.h | |
parent | f84224402bddea8e2762869f4eaebc3b46be2aa0 (diff) |
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.h | 2 |
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; | |||
19 | int ath9k_cmn_beacon_config_sta(struct ath_hw *ah, | 19 | int ath9k_cmn_beacon_config_sta(struct ath_hw *ah, |
20 | struct ath_beacon_config *conf, | 20 | struct ath_beacon_config *conf, |
21 | struct ath9k_beacon_state *bs); | 21 | struct ath9k_beacon_state *bs); |
22 | void ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah, | ||
23 | struct ath_beacon_config *conf); | ||