From: Luis R. Rodriguez Date: Wed, 9 Sep 2009 09:33:11 +0000 (-0700) Subject: ath9k: move hw specific btcoex info to ath_hw X-Git-Tag: v2.6.33-rc1~388^2~865^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af03abecd8e3646736904431f3335dad5e28cb8d;p=pandora-kernel.git ath9k: move hw specific btcoex info to ath_hw Since we now access it via the ath_hw declare the ath_hw pointer at the header of some routines and se it. ath9k.h no longer needs to access btcoex.h and to adjust for this move ath_btcoex_set_weight() into btcoex.h and instead give main.c a helper for setting initial values upon drv_start() Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed