qcacmn: Enable Monitor Mode for QCA6390
Support Monitor Mode for QCA6390 as RXDMA1 block is now removed. 1. Monitor buffers are now received on rxdma_err_dst_ring 2. RXDMA1 monitor status ring is moved to RXDMA0 monitor status ring 3. Msdu link descriptors are now returned to WBM descriptor release ring. 4. Reap the Monitor buffers and return it to SW Refill ring. 5. Use the same rx descriptor pool for regular and monitor data. Change-Id: If41e5d13f942da2b97e5aab72b88ae344925ba67 CRs-Fixed: 2297300
This commit is contained in:

committed by
nshrivas

parent
cc8676b6a8
commit
8747958dff
@@ -133,7 +133,7 @@ static inline bool cdp_monitor_get_filter_non_data
|
||||
(vdev_txrx_handle);
|
||||
}
|
||||
|
||||
static inline int cdp_reset_monitor_mode
|
||||
static inline QDF_STATUS cdp_reset_monitor_mode
|
||||
(ol_txrx_soc_handle soc, struct cdp_pdev *pdev)
|
||||
{
|
||||
if (!soc || !soc->ops) {
|
||||
|
Reference in New Issue
Block a user