Browse Source

qcacmn: Consume DS WLAN Tx complete packets as list

Batch consume the FAST Flag set buffers

Change-Id: I01c5d3285b6847858703ad5170fd165a2b6d5bb5
CRs-Fixed: 3276981
Manish Verma 2 năm trước cách đây
mục cha
commit
9dd62d04b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dp/wifi3.0/dp_tx.c

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

@@ -5602,7 +5602,7 @@ dp_tx_comp_process_desc_list(struct dp_soc *soc,
 							      desc->length,
 							      desc->tx_status,
 							      false);
-			qdf_nbuf_free(desc->nbuf);
+			dp_tx_nbuf_dev_queue_free(&h, desc);
 			dp_ppeds_tx_desc_free(soc, desc);
 			desc = next;
 			continue;