summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CORE/CLD_TXRX/HTT/htt_rx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/CLD_TXRX/HTT/htt_rx.c b/CORE/CLD_TXRX/HTT/htt_rx.c
index f284b8c68a22..8d1c440c3059 100644
--- a/CORE/CLD_TXRX/HTT/htt_rx.c
+++ b/CORE/CLD_TXRX/HTT/htt_rx.c
@@ -214,6 +214,7 @@ htt_rx_ring_fill_n(struct htt_pdev_t *pdev, int num)
rx_netbuf = adf_nbuf_alloc(pdev->osdev, HTT_RX_BUF_SIZE, 0, 4, FALSE);
if (!rx_netbuf) {
+ adf_os_timer_cancel(&pdev->rx_ring.refill_retry_timer);
/*
* Failed to fill it to the desired level -
* we'll start a timer and try again next time.