ath5k: Stop PCU on reset
authorNick Kossifidis <mickflemm@gmail.com>
Tue, 23 Nov 2010 18:43:18 +0000 (20:43 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 30 Nov 2010 18:52:30 +0000 (13:52 -0500)
commite088f23be166635b3938571c00c686094efa7cc4
treee2c18daed9c11abdebf547b6affd18ba1a5be74d
parentd41174fabdae348c6583cf05aeb329da232c342c
ath5k: Stop PCU on reset

 * Stop PCU receive logic (DRU) durring reset
 We need to be sure pcu is not active when trying to stop rx dma
 right now this is done on ath5k_reset (base.c) but later we are
 going to clean it up.

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