diff options
author | Ganapathi Bhat <gbhat@marvell.com> | 2018-05-08 00:10:58 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-05-09 13:26:09 +0300 |
commit | 4f9fb990013c03c5d56266fb4c439816cd84e1a6 (patch) | |
tree | 51bc4449cf4ece2888830fa1ec247bca54d5cd27 /drivers/net/rionet.c | |
parent | 4793e5a954faf2fa5e88726332bf851fbebcbf1c (diff) | |
download | blackbird-op-linux-4f9fb990013c03c5d56266fb4c439816cd84e1a6.tar.gz blackbird-op-linux-4f9fb990013c03c5d56266fb4c439816cd84e1a6.zip |
mwifiex: increase TX threashold to avoid TX timeout during ED MAC test
While carrying energy detection(ED) tests, the chip will stop
transmission upon detecting an energy in the connected channel.
As a feedback, driver will stop dequeuing TX packets and due to
which wmm_tx_pending keep incremeting. Once wmm_tx_pending
reaches 100, driver calls netif_tx_stop_queue(). If TX ques is
not restarted within 5(watchdog_timeo) seconds, it will result in
TX timeout.
The ED test is carried out for one minute and the current
threshold of 100 is easily overcome by the traffic, cuasing TX
timeouts. To fix this increase the threshold to 400.
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/rionet.c')
0 files changed, 0 insertions, 0 deletions