qcacmn: Add lite mon rx filter setup/reset functions

Add function to setup/reset lite monitor filters
whenever lite monitor mode is enabled/disabled
respectively through cmd line.
Also add function to configure rx header tlv dma length.

Change-Id: Ia5d8bc36e1d033b3e15737bb6b9854f6a7cdd5df
CRs-Fixed: 3143570
Tento commit je obsažen v:
Jeevan Kukkalli
2021-11-14 00:59:15 +05:30
odevzdal Madan Koyyalamudi
rodič 6064df8467
revize af7c896bdc
12 změnil soubory, kde provedl 355 přidání a 5 odebrání

Zobrazit soubor

@@ -697,6 +697,12 @@ static inline bool dp_monitor_is_configured(struct dp_pdev *pdev)
{
return false;
}
static inline void
dp_mon_rx_hdr_length_set(struct dp_soc *soc, uint32_t *msg_word,
struct htt_rx_ring_tlv_filter *tlv_filter)
{
}
#endif
/**