Pārlūkot izejas kodu

qcacmn: tail fragment nbuf next is not set to NULL in RAW Mode

Th tail fragment nbuf->next is not set to NULL which is causing
host crash in RAW mode RX path for bigger size pkts (AMSDU)

Change-Id: Id0a16419988f72e5d8dfb8e942063f9d797abfab
Tallapragada Kalyan 7 gadi atpakaļ
vecāks
revīzija
cc5d7b8ff7
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      dp/wifi3.0/dp_rx.c

+ 2 - 0
dp/wifi3.0/dp_rx.c

@@ -1108,6 +1108,8 @@ done:
 				if (is_first_frag)
 					continue;
 				else {
+					frag_list_head = NULL;
+					frag_list_tail = NULL;
 					nbuf = head_frag_nbuf;
 					rx_tlv_hdr = qdf_nbuf_data(nbuf);
 				}