Thanks to the improved rx processing in the driver,
rx overruns should no longer happen that frequently.
Also, The overrun detection might not be triggered
in this code-path at all when the recv wlan queue
has run dry.
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
{
struct dma_desc *desc;
- wlan_check_rx_overrun();
-
for_each_desc_not_bits(desc, &fw.wlan.rx_queue, AR9170_OWN_BITS_HW) {
if (unlikely(desc->totalLen < 26 ||
desc->totalLen > CONFIG_CARL9170FW_RX_FRAME_LEN)) {