qcacmn: Do not enable word compaction for pktlog

Recently, Word compaction is by default enabled as part
of all monitor mode realated features. Due to which, while
parsing the pktlog data, multiple TLV parsing errors are seen.
Hence, with this change word compaction is disabled if pktlog
is enabled.

Change-Id: I35153f74da2de5978b225ced7f8c1112f3aff3b2
CRs-Fixed: 3551975
This commit is contained in:
Adwait Nayak
2023-08-08 17:39:09 +05:30
committed by Rahul Choudhary
부모 15812b8137
커밋 7ce350b5a0
5개의 변경된 파일29개의 추가작업 그리고 14개의 파일을 삭제

파일 보기

@@ -1763,7 +1763,8 @@ int htt_h2t_rx_ring_cfg(struct htt_soc *htt_soc, int pdev_id,
msg_word,
(void *)htt_tlv_filter);
dp_mon_rx_wmask_subscribe(soc->dp_soc, msg_word, htt_tlv_filter);
dp_mon_rx_wmask_subscribe(soc->dp_soc, msg_word,
pdev_id, htt_tlv_filter);
if (mon_drop_th > 0)
HTT_RX_RING_SELECTION_CFG_RX_DROP_THRESHOLD_SET(*msg_word,