]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: change ce ring cleanup logic
authorMichal Kazior <michal.kazior@tieto.com>
Tue, 28 Oct 2014 09:32:05 +0000 (10:32 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 31 Oct 2014 00:26:48 +0000 (02:26 +0200)
commit21b83b15ad2c711a0cee759332ef2e7773480a73
tree37cbcb2766223406b2efb44e59c0781b7a07d2cd
parentb7d96a5d8981b88a2774c366804375ea974874b9
ath10k: change ce ring cleanup logic

Make ath10k_pci_init_pipes() effectively only
alter shared target-host data.

The per_transfer_context is a host-only thing.
It is necessary to preserve it's contents for a
more robust ring cleanup.

This is required for future warm reset fixes.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/ce.c
drivers/net/wireless/ath/ath10k/pci.c