diff options
author | Nick Kossifidis <mickflemm@gmail.com> | 2010-11-23 13:41:15 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-30 13:52:30 -0500 |
commit | d41174fabdae348c6583cf05aeb329da232c342c (patch) | |
tree | 6f1979e64f748c8f6c060c28804424a79f49b0d6 /drivers/net/wireless/ath/ath5k/ath5k.h | |
parent | 9320b5c4a7260d9593102f378201d17e3f030739 (diff) |
ath5k: Add new function to stop rx/tx DMA
* Add a new function to stop rx/tx dma and use in when reset starts
Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/ath5k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/ath5k.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath5k/ath5k.h b/drivers/net/wireless/ath/ath5k/ath5k.h index 85ff822c81f4..629a5eebe302 100644 --- a/drivers/net/wireless/ath/ath5k/ath5k.h +++ b/drivers/net/wireless/ath/ath5k/ath5k.h | |||
@@ -1180,8 +1180,9 @@ bool ath5k_hw_is_intr_pending(struct ath5k_hw *ah); | |||
1180 | int ath5k_hw_get_isr(struct ath5k_hw *ah, enum ath5k_int *interrupt_mask); | 1180 | int ath5k_hw_get_isr(struct ath5k_hw *ah, enum ath5k_int *interrupt_mask); |
1181 | enum ath5k_int ath5k_hw_set_imr(struct ath5k_hw *ah, enum ath5k_int new_mask); | 1181 | enum ath5k_int ath5k_hw_set_imr(struct ath5k_hw *ah, enum ath5k_int new_mask); |
1182 | void ath5k_hw_update_mib_counters(struct ath5k_hw *ah); | 1182 | void ath5k_hw_update_mib_counters(struct ath5k_hw *ah); |
1183 | /* Init function */ | 1183 | /* Init/Stop functions */ |
1184 | void ath5k_hw_dma_init(struct ath5k_hw *ah); | 1184 | void ath5k_hw_dma_init(struct ath5k_hw *ah); |
1185 | int ath5k_hw_dma_stop(struct ath5k_hw *ah); | ||
1185 | 1186 | ||
1186 | /* EEPROM access functions */ | 1187 | /* EEPROM access functions */ |
1187 | int ath5k_eeprom_init(struct ath5k_hw *ah); | 1188 | int ath5k_eeprom_init(struct ath5k_hw *ah); |