From: Oleksij Rempel Date: Sat, 1 Mar 2014 20:15:55 +0000 (+0100) Subject: ath9k-common: add nexttbtt and intval to ath_beacon_config X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a2030b9dbce8db1261a0a7985217361a992a8949;p=linux-beck.git ath9k-common: add nexttbtt and intval to ath_beacon_config Signed-off-by: Oleksij Rempel Signed-off-by: John W. Linville --- 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,