From: Luis R. Rodriguez Date: Mon, 7 Sep 2009 11:52:26 +0000 (-0700) Subject: ath9k: use ath_hw for DPRINTF() and debug init/exit X-Git-Tag: v2.6.33-rc1~388^2~865^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6b228d84ba992ee13c90312c1ed539191c94b1;p=pandora-kernel.git ath9k: use ath_hw for DPRINTF() and debug init/exit DPRINTF() is used in hw specific related code, as such ensure we don't rely on the private driver core ath_softc struct when calling it. Drivers can then implement their own DPRINTF() as they see fit. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed