Explorar el Código

qcacld-3.0: Compile errors when a preprocessor flag is on

Fix for compile errors when QDF_DEBUG is enabled.

Change-Id: I1c8235436ddb4c3f5cd5c33284f5acba6b0b3400
CRs-Fixed: 2022666
Alok Kumar hace 7 años
padre
commit
d42a682bd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/dp/txrx/ol_rx.c

+ 1 - 1
core/dp/txrx/ol_rx.c

@@ -381,7 +381,7 @@ static void process_reorder(ol_txrx_pdev_handle pdev,
 			    qdf_nbuf_t head_msdu,
 			    qdf_nbuf_t tail_msdu,
 			    int num_mpdu_ranges,
-			    int num_pdus,
+			    int num_mpdus,
 			    bool rx_ind_release)
 {
 	htt_pdev_handle htt_pdev = pdev->htt_pdev;