qcacmn: Add field to indicate sw peer filtering

Add a field to indicate if SW peer filtering is needed in
Tx monitor

Change-Id: Id0ed1655dfe51632f0437c4e3e3c2ccd067f75fe
CRs-Fixed: 3333191
This commit is contained in:
Nandha Kishore Easwaran
2022-11-10 09:48:07 +05:30
committad av Madan Koyyalamudi
förälder 70a8c0b8f8
incheckning 7432a2e275
5 ändrade filer med 27 tillägg och 4 borttagningar

Visa fil

@@ -440,6 +440,7 @@ struct wlan_cfg_dp_soc_ctxt {
#endif
uint8_t num_rxdma_dst_rings_per_pdev;
bool txmon_hw_support;
bool txmon_sw_peer_filtering;
uint8_t num_rxdma_status_rings_per_pdev;
#ifdef WLAN_TX_PKT_CAPTURE_ENH
uint32_t tx_capt_max_mem_allowed;
@@ -2253,6 +2254,10 @@ void wlan_cfg_set_txmon_hw_support(struct wlan_cfg_dp_soc_ctxt *cfg,
*/
bool wlan_cfg_get_txmon_hw_support(struct wlan_cfg_dp_soc_ctxt *cfg);
void wlan_cfg_set_txmon_sw_peer_filtering(struct wlan_cfg_dp_soc_ctxt *cfg,
bool txmon_sw_peer_filtering);
bool wlan_cfg_get_txmon_sw_peer_filtering(struct wlan_cfg_dp_soc_ctxt *cfg);
#ifdef WLAN_TX_PKT_CAPTURE_ENH
/*
* wlan_cfg_get_tx_capt_max_mem - Get max memory allowed for TX capture feature