From: Luis R. Rodriguez Date: Thu, 10 Sep 2009 03:54:36 +0000 (-0700) Subject: ath9k: avoid usage of ath9k_hw_setpower() on hw.c X-Git-Tag: v2.6.33-rc1~388^2~865^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1adc93c832726c9de4a43445c008a7f17549390b;p=pandora-kernel.git ath9k: avoid usage of ath9k_hw_setpower() on hw.c ath9k_hw_setpower() is a core driver helper with locking protection. Locking protection should be left to the driver core, not the hw code. Hardware code no longer contends for locking when it needs to wake up the chip or put it to sleep. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed