From 71c5f0fa1b199fe53afda55b20080afc017c72a4 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 31 Aug 2017 15:38:50 -0700 Subject: [PATCH] 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 --- core/mac/src/sys/common/inc/wlan_qct_sys.h | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/core/mac/src/sys/common/inc/wlan_qct_sys.h b/core/mac/src/sys/common/inc/wlan_qct_sys.h index d9d2b5f175e3d..3038963e31e3a 100644 --- a/core/mac/src/sys/common/inc/wlan_qct_sys.h +++ b/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