summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2014-09-05 02:33:14 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2014-09-09 19:27:21 (GMT)
commitfdcf1bd44f5c8892255aefffa681426049670319 (patch)
tree4a266a13b21988d5fbdfd8ca6b14f2affde000eb /drivers/net/wireless/ath/ath9k/ath9k.h
parentbb628eb9f0bda030c2cc9e417f52c9a344fc65fc (diff)
downloadlinux-fdcf1bd44f5c8892255aefffa681426049670319.tar.xz
ath9k: Add CTWindow support
Since CTWindow can be used for improving discoverability, fill this field in the NoA Attribute properly. Signed-off-by: Sujith Manoharan <c_manoha@qca.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index c690601..b4ac51e 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -572,6 +572,8 @@ void ath9k_release_buffered_frames(struct ieee80211_hw *hw,
/* VIFs */
/********/
+#define P2P_DEFAULT_CTWIN 10
+
struct ath_vif {
struct list_head list;