ath5k: Use new dma_stop function on base.c
authorNick Kossifidis <mickflemm@gmail.com>
Tue, 23 Nov 2010 18:45:38 +0000 (20:45 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Nov 2010 18:52:31 +0000 (13:52 -0500)
commit80dac9eecbdb95f61b9b3c7081e02412155982b7
treeae54526a8b8036a4bbca2288ca058401e7de87dd
parente088f23be166635b3938571c00c686094efa7cc4
ath5k: Use new dma_stop function on base.c

 * Since we stop rx/tx dma and pcu durring reset there is no need to
 call ath5k_hw_stop_rx/tx_dma before, also there is no need to call
 them durring stop_locked since we can use ath5k_hw_dma_stop for
 both.

Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath5k/base.c