From: Kalle Valo Date: Thu, 3 Nov 2011 09:53:57 +0000 (+0200) Subject: ath6kl: don't power down hardware when interface is down X-Git-Tag: v3.3-rc1~182^2~261^2~200^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf97fa9fdf145bff2a0117d2ead4a92b132f69f6;p=pandora-kernel.git ath6kl: don't power down hardware when interface is down Jouni reported that my patch "ath6kl: power down hardware when interface is down" caused a regression on his x86 boxes and scan didn't work anymore. I was able to reproduce the problem by disabling all debug messages. So there has to be a race condition somewhere in the code and disable the functionality until the race is fixed. Now hardware is powered from the point where module is loaded until it's removed. Reported-by: Jouni Malinen Tested-by: Jouni Malinen Signed-off-by: Kalle Valo --- Reading git-diff-tree failed