]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commitaaa1ec46b3be258b851477024fb41e140b14d1a6
tree780f016e331ec7afe7c307a9d7dc38396018a2a9
parent2e8d397eeeb1f5bd932d20d6abc020afe7e63b0b
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