Explorar o código

qcacmn: Update rx_fast_flag for Rx protocol tag feature

Update rx_fast_flag for Rx protocol tag feature irrespective of
enhanced_stats_en flag.

Change-Id: Ibea2869cc182ad7d1683692d86b01de542cbddd0
CRs-Fixed: 3481654
Harsh Kumar Bijlani %!s(int64=2) %!d(string=hai) anos
pai
achega
ab46f235a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dp/wifi3.0/dp_main.c

+ 1 - 1
dp/wifi3.0/dp_main.c

@@ -1346,7 +1346,7 @@ void dp_pdev_update_fast_rx_flag(struct dp_soc *soc, struct dp_pdev *pdev)
 	uint8_t rx_fast_flag = true;
 
 	/* Check if protocol tagging enable */
-	if (pdev->is_rx_protocol_tagging_enabled && !pdev->enhanced_stats_en) {
+	if (pdev->is_rx_protocol_tagging_enabled) {
 		rx_fast_flag = false;
 		goto update_flag;
 	}