Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
812a159948
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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