]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k_hw: Fix system hang when resuming from S3/S4
authorRajkumar Manoharan <rmanoharan@atheros.com>
Thu, 27 Jan 2011 13:09:37 +0000 (18:39 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 22:46:54 +0000 (14:46 -0800)
commit886de5fc897f329a74c59b0787030e4e114e22e3
tree3703891cc2682b22f1395c367e317d111d92a83b
parentf38ad0651d4a85b52e5f61816a4f95d6697bf531
ath9k_hw: Fix system hang when resuming from S3/S4

commit 5b64aa72ead6f8be488d2be7af579f0d69fb7a6e upstream.

The bit 6 & 7 of AR_WA (0x4004) should be enabled only
for the chips that are supporting L0s functionality
while resuming back from S3/S4.

Enabling these bits for AR9280 is causing system hang
within a few S3/S4-resume cycles.

Cc: Jack Lee <jlee@atheros.com>
Signed-off-by: Rajkumar Manoharan <rmanoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/ath/ath9k/ar9002_hw.c