mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 05:45:20 +00:00
ath9k: Disable autosleep feature by default.
Autosleep needs to be disabled for AR9287 chipsets also. Since autosleep is not used for any of the currently supported chipsets, disable it by default and can be enabled if needed for any of the future chipsets. Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
edbf51f65e
commit
a3ca95fbe4
@ -3700,15 +3700,7 @@ void ath9k_hw_fill_cap_info(struct ath_hw *ah)
|
||||
}
|
||||
#endif
|
||||
|
||||
if ((ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCI) ||
|
||||
(ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCIE) ||
|
||||
(ah->hw_version.macVersion == AR_SREV_VERSION_9160) ||
|
||||
(ah->hw_version.macVersion == AR_SREV_VERSION_9100) ||
|
||||
(ah->hw_version.macVersion == AR_SREV_VERSION_9280) ||
|
||||
(ah->hw_version.macVersion == AR_SREV_VERSION_9285))
|
||||
pCap->hw_caps &= ~ATH9K_HW_CAP_AUTOSLEEP;
|
||||
else
|
||||
pCap->hw_caps |= ATH9K_HW_CAP_AUTOSLEEP;
|
||||
pCap->hw_caps &= ~ATH9K_HW_CAP_AUTOSLEEP;
|
||||
|
||||
if (AR_SREV_9280(ah) || AR_SREV_9285(ah))
|
||||
pCap->hw_caps &= ~ATH9K_HW_CAP_4KB_SPLITTRANS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user