summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2015-01-30 13:35:30 (GMT)
committerKalle Valo <kvalo@codeaurora.org>2015-02-03 13:31:07 (GMT)
commit8b861715087fe17796fe411eff1c7f7e493d0d10 (patch)
tree560bed1b56235de0f714a508dbebe487cd720bd9 /drivers/net/wireless/ath/ath9k/ath9k.h
parente094c3375c5179ea30505676fd35e08568a77ee2 (diff)
downloadlinux-8b861715087fe17796fe411eff1c7f7e493d0d10.tar.xz
ath9k: Add a debugfs file for WOW
This can be used to force WOW for cards that are not present in the supported PCI ID list. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index 803a7d4..20216c5 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -1044,6 +1044,7 @@ struct ath_softc {
#ifdef CONFIG_ATH9K_WOW
u32 wow_intr_before_sleep;
+ bool force_wow;
#endif
};