commit | 4f40b423339b8121fbd5d6735bf6942020355c98 | [log] [tgz] |
---|---|---|
author | Ben Greear <greearb@candelatech.com> | Wed May 31 14:21:26 2017 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Jun 01 15:57:12 2017 +0300 |
tree | 463d4a2164d2c95b41694edd36811cf96ba402c7 | |
parent | 6bb099b088c70f76b5f34672a83d4452b1e3af36 [diff] |
ath10k: initialize nbytes to 0 ath10k firmware checks nbytes == 0 as part of determining if DMA has completed successfully. To help make this work more often, have the driver initialize nbytes to zero when freeing the descriptor slot. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>