qcacmn: Enable monitor mac filter for special vap

Add change to enable mac based filter for monitor special vap.

Change-Id: Ib189071443d5a98a84d160e7043e9bc4faf189c5
CRs-Fixed: 3317599
This commit is contained in:
Santosh Anbu
2022-11-07 21:43:33 +05:30
committed by Madan Koyyalamudi
parent 99baf5de6d
commit c6fd7ded28
9 changed files with 66 additions and 3 deletions

View File

@@ -1086,6 +1086,7 @@ int htt_h2t_rx_ring_cfg(struct htt_soc *htt_soc, int pdev_id,
dp_mon_rx_packet_length_set(soc->dp_soc, msg_word, htt_tlv_filter);
dp_mon_rx_hdr_length_set(soc->dp_soc, msg_word, htt_tlv_filter);
dp_mon_rx_mac_filter_set(soc->dp_soc, msg_word, htt_tlv_filter);
/* word 2 */
msg_word++;