소스 검색

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