Explorar o código

qcacmn: Set nbuf frag list to NULL

Set the frag list of the nbuf of a RX defragmented pkt to NULL.
This list will be used to stich the fragmentation list.

Change-Id: I341b0085c123a72dcd74d7f76a4979286e75dc8e
CRs-Fixed: 2297483
Pramod Simha %!s(int64=6) %!d(string=hai) anos
pai
achega
fab0917d22
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      dp/wifi3.0/dp_rx_defrag.c

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

@@ -1653,6 +1653,7 @@ uint32_t dp_rx_frag_handle(struct dp_soc *soc, void *ring_desc,
 				rx_desc->rx_buf_start);
 
 		qdf_nbuf_set_pktlen(msdu, (msdu_len + RX_PKT_TLVS_LEN));
+		qdf_nbuf_append_ext_list(msdu, NULL, 0);
 
 		tid = hal_rx_mpdu_start_tid_get(soc->hal_soc,
 						rx_desc->rx_buf_start);