diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-03-01 15:15:55 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-17 13:13:07 -0400 |
commit | a2030b9dbce8db1261a0a7985217361a992a8949 (patch) | |
tree | fd0b3e0274ac5d137179b1696bf104303e5a6f61 /drivers/net/wireless/ath/ath9k/common.h | |
parent | c7303263a0ab2af8f7b6344db7e861c67bd7d29c (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/ath9k/common.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/common.h | 2 |
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 { | |||
53 | u8 dtim_count; | 53 | u8 dtim_count; |
54 | bool enable_beacon; | 54 | bool enable_beacon; |
55 | bool ibss_creator; | 55 | bool ibss_creator; |
56 | u32 nexttbtt; | ||
57 | u32 intval; | ||
56 | }; | 58 | }; |
57 | 59 | ||
58 | bool ath9k_cmn_rx_accept(struct ath_common *common, | 60 | bool ath9k_cmn_rx_accept(struct ath_common *common, |