summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-11 16:18:11 +0530
committerJohn W. Linville <linville@tuxdriver.com>2014-06-19 15:49:20 -0400
commit7414863ed3dfa407006c92616c1e0efda481738c (patch)
tree22a536107934c24d1c8f0c8e4c264eaf61c362be /drivers/net/wireless/ath/ath9k/ath9k.h
parent73fa2f26d35a37034fdff9fd702887909e138926 (diff)
downloadlinux-7414863ed3dfa407006c92616c1e0efda481738c.tar.gz
linux-7414863ed3dfa407006c92616c1e0efda481738c.tar.bz2
linux-7414863ed3dfa407006c92616c1e0efda481738c.zip
ath9k: Add periodic NoA support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Rajkumar Manoharan <rmanohar@qti.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 0bc63bd4ec26..a5afd4a7df9f 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -489,6 +489,9 @@ struct ath_vif {
u8 noa_index;
u32 offchannel_start;
u32 offchannel_duration;
+
+ u32 periodic_noa_start;
+ u32 periodic_noa_duration;
};
struct ath9k_vif_iter_data {