qcacmn: Add full monitor mode changes

Add following changes:
	a. Add CDP API to config full monitor mode
	b. HTT configuration changes
	c. Init/Deinit changes for full monitor mode resources

CRs-Fixed: 2632442
Change-Id: I06db5194031b3ea0f0c1e5deda20df4bc0faa0b9
Šī revīzija ir iekļauta:
Amir Patel
2020-03-15 16:55:05 +05:30
revīziju iesūtīja nshrivas
vecāks 35b8f761f9
revīzija 925a7d389c
13 mainīti faili ar 345 papildinājumiem un 3 dzēšanām

Parādīt failu

@@ -761,6 +761,10 @@ struct cdp_mon_ops {
QDF_STATUS (*txrx_set_advance_monitor_filter)
(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
struct cdp_monitor_filter *filter_val);
/* Configure full monitor mode */
QDF_STATUS
(*config_full_mon_mode)(struct cdp_soc_t *soc, uint8_t val);
};
#ifdef WLAN_FEATURE_PKT_CAPTURE