ath9k_hw: Fix incorrect macversion and macrev checks
commit1fdde2920cdf3926e64d4973bfc4d326d99e7079
authorSenthil Balasubramanian <senthilkumar@atheros.com>
Wed, 22 Dec 2010 15:44:20 +0000 (22 21:14 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 19:45:39 +0000 (21 12:45 -0700)
tree98d01754fdc9038cb4c5b20d8c7507b5fc1d0aeb
parent3516421d665e1542c8058b633c7fc1449b5cba97
ath9k_hw: Fix incorrect macversion and macrev checks

commit ac45c12dfb3f727a5a7a3332ed9c11b4a5ab287e upstream.

There are few places where we are checking for macversion and revsions
before RTC is powered ON. However we are reading the macversion and
revisions only after RTC is powered ON and so both macversion and
revisions are actully zero and this leads to incorrect srev checks

Incorrect srev checks can cause registers to be configured wrongly and can
cause unexpected behavior. Fixing this seems to address the ASPM issue that
we have observed. The laptop becomes very slow and hangs mostly with ASPM L1
enabled without this fix.

fix this by reading the macversion and revisisons even before we start
using them. There is no reason why should we delay reading this info
until RTC is powered on as this is just a register information.

Signed-off-by: Senthil Balasubramanian <senthilkumar@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/hw.c