commit | c60b889fcac76bab9f7a631348ce7a3985ed224a | [log] [tgz] |
---|---|---|
author | Sravan Goud <sgoud@codeaurora.org> | Thu Mar 19 11:38:16 2020 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Mon Mar 23 21:55:20 2020 -0700 |
tree | e85dbe90279bc03481d1198947424b7515490333 | |
parent | 1ccc49c4011251510003d87f68da5b72eee79341 [diff] |
qcacmn: Return correct rx refill buf ring In dp_rxdma_get_mon_buf_ring returns mac id index of rx_refill_buf_ring array. But for targets with only one pdev only the zeroth index is initialized. This will lead to replenish failures in case of monitor mode when mon dest process of lmac ring with mac id 1. So return only index 0 of rx refill buf ring. Change-Id: I03a7e19ea8d976e19fe6482aff0080dfa4d5ec45 CRs-Fixed: 2638655