From: Rajkumar Manoharan Date: Mon, 31 Jan 2011 18:17:46 +0000 (+0530) Subject: ath9k: do not access hw registers in FULL SLEEP X-Git-Tag: v2.6.39-rc1~468^2~403^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c89fe954d929781126af41691fba1bc670293a5;p=pandora-kernel.git ath9k: do not access hw registers in FULL SLEEP The opmode recalculation is accessing hw registers. When it is called from remove interface callback and if there are no vifs present then hw is moved to FULL SLEEP by radio disable. So use power save wrappers before accessing hw registers in calculating opmode state. Signed-off-by: Rajkumar Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed