From: Felix Fietkau Date: Mon, 11 Nov 2013 21:23:33 +0000 (+0100) Subject: ath9k: use a timer to put hardware into full sleep X-Git-Tag: v3.14-rc1~94^2~601^2^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3dac5a6fcf33a80c99e7b7406f8e5af99e2a70;p=pandora-kernel.git ath9k: use a timer to put hardware into full sleep When operating in client mode, the short period of time between scanning and associating is often enough to put the hardware through several FULL-SLEEP <-> AWAKE transitions, each wakeup requiring a reset to fully recover the hardware. This is completely unnecessary and can easily be avoided by deferring the switch to full sleep. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed