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>
This commit is contained in:
Oleksij Rempel 2014-03-01 21:15:55 +01:00 committed by John W. Linville
parent c7303263a0
commit a2030b9dbc
1 changed files with 2 additions and 0 deletions

View File

@ -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,