]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ath9k-common: add nexttbtt and intval to ath_beacon_config
authorOleksij Rempel <linux@rempel-privat.de>
Sat, 1 Mar 2014 20:15:55 +0000 (21:15 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 17 Mar 2014 17:13:07 +0000 (13:13 -0400)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/common.h

index 8deed82f741bbc1dd4d3011cbda2875ce22fabb2..eccc718e2b20f529ca9f30d7270957ecf236386b 100644 (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,