From ce1eb441285c573a75e196fa3937a362742df25f Mon Sep 17 00:00:00 2001 From: Jeevan Kukkalli Date: Fri, 25 Nov 2022 15:11:35 +0530 Subject: [PATCH] qcacmn: Add appropriate comments Add appropriate comments to describe actions performed. Change-Id: I16ba2ef3f8baae3e5a5e8add1668a49acc858495 CRs-Fixed: 3346270 --- dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.c b/dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.c index 3603b6cd91..64ba0264dd 100644 --- a/dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.c +++ b/dp/wifi3.0/monitor/2.0/dp_rx_mon_2.0.c @@ -1332,14 +1332,14 @@ uint8_t dp_rx_mon_process_tlv_status(struct dp_pdev *pdev, last_buf_info->reception_type = msdu_info->reception_type; last_buf_info->msdu_len = msdu_info->msdu_len; + /* If flow classification is enabled, + * update protocol and flow tag to buf headroom + */ dp_rx_mon_pf_tag_to_buf_headroom_2_0(nbuf, ppdu_info, pdev, soc); + /* reset msdu info for next msdu for same user */ qdf_mem_zero(msdu_info, sizeof(*msdu_info)); - - /* If flow classification is enabled, - * update cce_metadata and fse_metadata - */ } break; case HAL_TLV_STATUS_MPDU_START: