commit | af03abecd8e3646736904431f3335dad5e28cb8d | [log] [tgz] |
---|---|---|
author | Luis R. Rodriguez <lrodriguez@atheros.com> | Wed Sep 09 02:33:11 2009 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 07 16:39:20 2009 -0400 |
tree | f3522e1dac8916ec7fabcf40f5577cabac3eb43a | |
parent | 2e20250a2ce1f4a7ba7c83ccb62d9b7b9b96c736 [diff] |
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 <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>