]> git.openfabrics.org - ~emulex/infiniband.git/commit
ath10k: fix FW crashes on heavy TX on 10.1.389 AP FW
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 16 Oct 2013 13:46:24 +0000 (16:46 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 21 Oct 2013 13:41:19 +0000 (16:41 +0300)
commit60f85bea25d5e9915da8b0c87275143b317cec3b
treebc908a992480ac345d9c56e06de0700bfe8f5c61
parent233eb97fc9d0f44f2ea99fe48118aa3d2dc25d64
ath10k: fix FW crashes on heavy TX on 10.1.389 AP FW

10.1.389 firmware has some differences in
calculation of number of outstanding HTT TX
completions. This led to FW crashes of 10.1.389
while main firmware branch was unnaffected.

The patch makes sure ath10k doesn't queue up more
MSDUs than it should.

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/htt_tx.c