ath9k: use ath_hw for DPRINTF() and debug init/exit
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 7 Sep 2009 11:52:26 +0000 (04:52 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:19 +0000 (16:39 -0400)
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 <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found