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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user