ath9k: move hw specific btcoex info to ath_hw
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 9 Sep 2009 09:33:11 +0000 (02:33 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:20 +0000 (16:39 -0400)
commitaf03abecd8e3646736904431f3335dad5e28cb8d
treef3522e1dac8916ec7fabcf40f5577cabac3eb43a
parent2e20250a2ce1f4a7ba7c83ccb62d9b7b9b96c736
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>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/btcoex.c
drivers/net/wireless/ath/ath9k/btcoex.h
drivers/net/wireless/ath/ath9k/hw.c
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/main.c
This page took 0.026809 seconds and 5 git commands to generate.