]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Prune ath9k_init_device
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Mon, 4 Jun 2012 10:57:08 +0000 (16:27 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Jun 2012 19:20:23 +0000 (15:20 -0400)
commitc577f07d54054eb7bbacff97357881da06bf6a59
tree780f016e331ec7afe7c307a9d7dc38396018a2a9
parentd81d9a54ebf23739386ee1110991b3b19cbc2b78
ath9k: Prune ath9k_init_device

Instead of cluttering ath9k_init_device() with 'ath_softc'
specific initialization code, use ath9k_init_softc() to
setup driver-specific work routines, timers etc.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/init.c