]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb32fecd922718cc954321dca0e242b1fbb73c95e
treef3522e1dac8916ec7fabcf40f5577cabac3eb43a
parent37f5711c7b60e6601476abdc473d79b409472b29
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