Explorar o código

qcacmn: Fix the return type of the rx function

Receive function should return QDF_STATUS type

Change-Id: I420a117ff723e7bb880abd731ec34c96f526c85a
CRs-Fixed: 993414
Dhanashri Atre %!s(int64=9) %!d(string=hai) anos
pai
achega
0a485f1a58
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
  * @data_vdev - handle to the OSIF virtual device object
  * @msdu_list - list of network buffers
  * @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
  * ol_txrx_rx_check_wai_fp - OSIF WAPI receive function