Commit a2030b9d authored by Oleksij Rempel's avatar Oleksij Rempel Committed by John W. Linville

ath9k-common: add nexttbtt and intval to ath_beacon_config

Signed-off-by: default avatarOleksij Rempel <linux@rempel-privat.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c7303263
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment