summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2014-03-01 21:15:55 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-03-17 13:13:07 -0400
commita2030b9dbce8db1261a0a7985217361a992a8949 (patch)
treefd0b3e0274ac5d137179b1696bf104303e5a6f61 /drivers/net/wireless/ath
parentc7303263a0ab2af8f7b6344db7e861c67bd7d29c (diff)
ath9k-common: add nexttbtt and intval to ath_beacon_config
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')
-rw-r--r--drivers/net/wireless/ath/ath9k/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common.h b/drivers/net/wireless/ath/ath9k/common.h
index 8deed82f741b..eccc718e2b20 100644
--- a/drivers/net/wireless/ath/ath9k/common.h
+++ b/drivers/net/wireless/ath/ath9k/common.h
@@ -53,6 +53,8 @@ struct ath_beacon_config {
u8 dtim_count;
bool enable_beacon;
bool ibss_creator;
+ u32 nexttbtt;
+ u32 intval;
};
bool ath9k_cmn_rx_accept(struct ath_common *common,