diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-03-02 00:15:56 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 21:13:07 +0400 |
commit | cbbdf2ae2d67b333d7a4db5ce8b7391b3de1256d (patch) | |
tree | 90f550ed4b22b81615bbf32ae53e0f8034734a0a /drivers/net/wireless/ath/ath9k/common.h | |
parent | a2030b9dbce8db1261a0a7985217361a992a8949 (diff) | |
download | linux-cbbdf2ae2d67b333d7a4db5ce8b7391b3de1256d.tar.xz |
ath9k: move ath9k_beacon_config_sta to common-beacon
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.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/common.h | 1 |
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 eccc718e2b20..ca38116838f0 100644 --- a/drivers/net/wireless/ath/ath9k/common.h +++ b/drivers/net/wireless/ath/ath9k/common.h @@ -22,6 +22,7 @@ #include "hw-ops.h" #include "common-init.h" +#include "common-beacon.h" /* Common header for Atheros 802.11n base driver cores */ |