qcacmn: Word mask TLV support for monitor

Word mask TLV support for QCN9224.

Change-Id: I9e5d6cbb32cc7469dc367f6fc4bca4ce8adc9da8
CRs-Fixed: 3368626
此提交包含在:
Sushant Butta
2022-12-25 22:55:35 +05:30
提交者 Madan Koyyalamudi
父節點 91f844bfce
當前提交 42be95a6df
共有 11 個檔案被更改,包括 488 行新增155 行删除

查看文件

@@ -6687,6 +6687,7 @@ void dp_mon_feature_ops_deregister(struct dp_soc *soc)
mon_ops->rx_hdr_length_set = NULL;
mon_ops->rx_packet_length_set = NULL;
mon_ops->rx_wmask_subscribe = NULL;
mon_ops->rx_pkt_tlv_offset = NULL;
mon_ops->rx_enable_mpdu_logging = NULL;
mon_ops->rx_enable_fpmo = NULL;
mon_ops->mon_neighbour_peers_detach = NULL;