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:
Venkata Sharath Chandra Manchala
2018-08-01 12:45:34 -07:00
committed by nshrivas
parent cc8676b6a8
commit 8747958dff
11 changed files with 541 additions and 194 deletions

View File

@@ -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) {