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
@@ -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);
}