فهرست منبع

qcacld-3.0: Fix return value of htt_rx_frag_pop_hl

Return number of msdus poped as return value for
htt_rx_frag_pop_hl to process fragmentation indication
correctly.

Change-Id: I104c04757aa8bfac5d6516b1455e1e0506b460a4
CRs-Fixed: 2419759
Nirav Shah 5 سال پیش
والد
کامیت
812a159948
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      core/dp/htt/htt_rx_hl.c

+ 1 - 1
core/dp/htt/htt_rx_hl.c

@@ -330,7 +330,7 @@ htt_rx_frag_pop_hl(
 	*head_msdu = *tail_msdu = frag_msg;
 
 	qdf_nbuf_set_next(*tail_msdu, NULL);
-	return 0;
+	return 1;
 }
 
 static inline int