Przeglądaj źródła

qcacmn: Fix the return type of the rx function

Receive function should return QDF_STATUS type

Change-Id: I420a117ff723e7bb880abd731ec34c96f526c85a
CRs-Fixed: 993414
Dhanashri Atre 9 lat temu
rodzic
commit
0a485f1a58
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dp/inc/cdp_txrx_cmn.h

+ 1 - 1
dp/inc/cdp_txrx_cmn.h

@@ -129,7 +129,7 @@ typedef void (*ol_txrx_tx_flow_control_fp)(void *osif_dev,
  * @data_vdev - handle to the OSIF virtual device object
  * @msdu_list - list of network buffers
  */
-typedef int (*ol_txrx_rx_fp)(void *osif_dev, qdf_nbuf_t msdu_list);
+typedef QDF_STATUS (*ol_txrx_rx_fp)(void *osif_dev, qdf_nbuf_t msdu_list);
 
 /**
  * ol_txrx_rx_check_wai_fp - OSIF WAPI receive function