diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-06-21 09:41:52 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-24 22:44:24 +0400 |
commit | fca3c21d5659f21edbf30a80b706cbc00f368659 (patch) | |
tree | f0b53afc55a160538d92f4c02bdfa3418bedc218 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 7258416c517c79b2ebb30b61d8c6807a04dc6b25 (diff) | |
download | linux-fca3c21d5659f21edbf30a80b706cbc00f368659.tar.xz |
ath9k: Enable WoW only for supported models
Since platform support is required for WoW, identify and
and enable Wow only for supported cards.
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.h | 1 |
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 04b2d3ea728f..c1224b5a257b 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -634,6 +634,7 @@ void ath_ant_comb_update(struct ath_softc *sc); #define ATH9K_PCI_CUS198 0x0001 #define ATH9K_PCI_CUS230 0x0002 #define ATH9K_PCI_CUS217 0x0004 +#define ATH9K_PCI_WOW 0x0008 /* * Default cache line size, in bytes. |