Ver código fonte

qcacld-3.0: Remove obsolete prototype for sysMcStart()

Function sysMcStart() no longer exists in the code, but the prototype
for it is still present. Get rid of it.

Change-Id: Ifd6c1fde27f907300ab7a8e03d4a201d861fd94e
CRs-Fixed: 2102689
Jeff Johnson 7 anos atrás
pai
commit
71c5f0fa1b
1 arquivos alterados com 0 adições e 26 exclusões
  1. 0 26
      core/mac/src/sys/common/inc/wlan_qct_sys.h

+ 0 - 26
core/mac/src/sys/common/inc/wlan_qct_sys.h

@@ -105,32 +105,6 @@ typedef void (*sysResponseCback)(void *pUserData);
 QDF_STATUS sys_build_message_header(SYS_MSG_ID sysMsgId,
 				    struct scheduler_msg *pMsg);
 
-/*----------------------------------------------------------------------------
-
-   \brief sysMcStart() - start the system Main Controller thread.
-
-   This function starts the SYS (Main Controller) module.  Starting this
-   module triggers the CFG download to the 'legacy' MAC software.
-
-   \param p_cds_context - pointer to the CDS Context
-
-   \param userCallback - this is a callback that is called when the SYS
-   has completed the 'start' funciton.
-
-   \param pUserData - pointer to some user data entity that is passed to
-   the callback function as a parameter when invoked.
-
-   \return QDF_STATUS_SUCCESS -
-
-   \todo:  We have not 'status' on the callback.  How do we notify the
-   callback that there is a failure ?
-
-   \sa
-
-   --------------------------------------------------------------------------*/
-QDF_STATUS sysMcStart(v_CONTEXT_t p_cds_context, sysResponseCback userCallback,
-		      void *pUserData);
-
 /*----------------------------------------------------------------------------
 
    \brief sys_mc_process_msg() - process SYS messages on the Main Controller thread