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>
This commit is contained in:
Sujith Manoharan
2015-01-30 19:05:30 +05:30
committed by Kalle Valo
parent e094c3375c
commit 8b86171508
3 changed files with 71 additions and 2 deletions

View File

@@ -1044,6 +1044,7 @@ struct ath_softc {
#ifdef CONFIG_ATH9K_WOW
u32 wow_intr_before_sleep;
bool force_wow;
#endif
};