From: Luis R. Rodriguez Date: Mon, 3 Aug 2009 19:24:39 +0000 (-0700) Subject: ath9k: call hw initializer directly X-Git-Tag: v2.6.32-rc1~703^2~459^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee2bb460e28b757f097efb9e5947a6e47e2477e1;p=pandora-kernel.git ath9k: call hw initializer directly ath9k_hw_attach() was going first through some device id verifier, and then calling some other helper which was doing the real hardware initialization. Lets just do the devid checks within the real worker by calling a helper ath9k_hw_devid_supported(). Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed