diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/wow.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/wow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/wow.c b/drivers/net/wireless/ath/ath9k/wow.c index 44a08eb53c62..a483d518758c 100644 --- a/drivers/net/wireless/ath/ath9k/wow.c +++ b/drivers/net/wireless/ath/ath9k/wow.c | |||
@@ -497,7 +497,7 @@ void ath9k_hw_wow_enable(struct ath_hw *ah, u32 pattern_enable) | |||
497 | 497 | ||
498 | REG_RMW(ah, AR_PCIE_PM_CTRL, set, clr); | 498 | REG_RMW(ah, AR_PCIE_PM_CTRL, set, clr); |
499 | 499 | ||
500 | if (AR_SREV_9462(ah)) { | 500 | if (AR_SREV_9462(ah) || AR_SREV_9565(ah)) { |
501 | /* | 501 | /* |
502 | * this is needed to prevent the chip waking up | 502 | * this is needed to prevent the chip waking up |
503 | * the host within 3-4 seconds with certain | 503 | * the host within 3-4 seconds with certain |