Explorar o código

qcacld-3.0: Replace eSirRetStatus with QDF_STATUS

A recent set of changes replaced all tSirRetStatus definitions with
QDF_STATUS. However some code comments were overlooked since they
incorrectly referred to eSirRetStatus instead of tSirRetStatus. Change
those comments to correctly reference QDF_STATUS.

Change-Id: I3b5779d0a09e594f1371362d161d3ea4c887110c
CRs-Fixed: 2271549
Jeff Johnson %!s(int64=6) %!d(string=hai) anos
pai
achega
d9e03511ef

+ 1 - 1
core/mac/src/pe/include/lim_api.h

@@ -315,7 +315,7 @@ static inline void lim_get_rf_band_new(tpAniSirGlobal pMac,
    \param pMac - Pointer to Global MAC structure
    \param pMac - Pointer to Global MAC structure
    \param pMsg - Pointer to the message structure
    \param pMsg - Pointer to the message structure
 
 
-   \return  uint32_t - TX_SUCCESS for success.
+   \return  QDF_STATUS_SUCCESS on success, other QDF_STATUS on error
 
 
    --------------------------------------------------------------------------*/
    --------------------------------------------------------------------------*/
 QDF_STATUS pe_process_messages(tpAniSirGlobal pMac,
 QDF_STATUS pe_process_messages(tpAniSirGlobal pMac,

+ 17 - 17
core/mac/src/pe/lim/lim_admit_control.c

@@ -83,7 +83,7 @@ static QDF_STATUS lim_validate_access_policy(tpAniSirGlobal, uint8_t, uint16_t,
    \param     tpAniSirGlobal    pMac
    \param     tpAniSirGlobal    pMac
    \param         tSirMacTspecIE *pTspec
    \param         tSirMacTspecIE *pTspec
    \param         uint32_t            *pSvcInt
    \param         uint32_t            *pSvcInt
-   \return eSirRetStatus - status of the comparison
+   \return QDF_STATUS - status of the comparison
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 static QDF_STATUS
 static QDF_STATUS
@@ -176,7 +176,7 @@ lim_validate_tspec_edca(tpAniSirGlobal mac_ctx,
    \brief validate the offered tspec
    \brief validate the offered tspec
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
    \param         tSirMacTspecIE *pTspec
    \param         tSirMacTspecIE *pTspec
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 static QDF_STATUS
 static QDF_STATUS
@@ -214,7 +214,7 @@ lim_validate_tspec(tpAniSirGlobal pMac,
    \param       uint32_t              *pBw
    \param       uint32_t              *pBw
    \param       uint32_t               phyMode
    \param       uint32_t               phyMode
    \param       tpLimTspecInfo    pTspecInfo
    \param       tpLimTspecInfo    pTspecInfo
-   \return eSirRetStatus - status
+   \return void
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 static void
 static void
@@ -250,7 +250,7 @@ lim_compute_mean_bw_used(tpAniSirGlobal pMac,
    \param       uint32_t              *pMinBw
    \param       uint32_t              *pMinBw
    \param       uint32_t               phyMode
    \param       uint32_t               phyMode
    \param       uint32_t               bw_factor
    \param       uint32_t               bw_factor
-   \return eSirRetStatus - status
+   \return void
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 static void
 static void
@@ -330,7 +330,7 @@ lim_admit_policy_oversubscription(tpAniSirGlobal mac_ctx,
    \brief determine the current admit control policy and apply it for the offered tspec
    \brief determine the current admit control policy and apply it for the offered tspec
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
    \param         tSirMacTspecIE   *pTspec
    \param         tSirMacTspecIE   *pTspec
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 static QDF_STATUS lim_admit_policy(tpAniSirGlobal pMac,
 static QDF_STATUS lim_admit_policy(tpAniSirGlobal pMac,
@@ -373,7 +373,7 @@ static QDF_STATUS lim_admit_policy(tpAniSirGlobal pMac,
    \brief delete the specified tspec
    \brief delete the specified tspec
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
    \param     tpLimTspecInfo pInfo
    \param     tpLimTspecInfo pInfo
-   \return eSirRetStatus - status
+   \return void
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 /* ----------------------------------------------------------------------------- */
 /* ----------------------------------------------------------------------------- */
@@ -397,7 +397,7 @@ static void lim_tspec_delete(tpAniSirGlobal pMac, tpLimTspecInfo pInfo)
    \param       tSirMacTspecIE    *pTspecIE
    \param       tSirMacTspecIE    *pTspecIE
    \param       tpLimTspecInfo    pTspecList
    \param       tpLimTspecInfo    pTspecList
    \param       tpLimTspecInfo   *ppInfo
    \param       tpLimTspecInfo   *ppInfo
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 /* find the specified tspec in the list */
 /* find the specified tspec in the list */
@@ -435,7 +435,7 @@ lim_tspec_find_by_sta_addr(tpAniSirGlobal pMac,
    \param       tSirMacTspecIE    *pTspecIE
    \param       tSirMacTspecIE    *pTspecIE
    \param       tpLimTspecInfo    pTspecList
    \param       tpLimTspecInfo    pTspecList
    \param       tpLimTspecInfo   *ppInfo
    \param       tpLimTspecInfo   *ppInfo
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 QDF_STATUS
 QDF_STATUS
@@ -474,7 +474,7 @@ lim_tspec_find_by_assoc_id(tpAniSirGlobal pMac,
    \param     tSirMacTSInfo   *pTsInfo
    \param     tSirMacTSInfo   *pTsInfo
    \param         tpLimTspecInfo    pTspecList
    \param         tpLimTspecInfo    pTspecList
    \param         tpLimTspecInfo   *ppInfo
    \param         tpLimTspecInfo   *ppInfo
-   \return eSirRetStatus - status of the comparison
+   \return QDF_STATUS - status of the comparison
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 static QDF_STATUS
 static QDF_STATUS
@@ -514,7 +514,7 @@ lim_find_tspec(tpAniSirGlobal pMac,
    \param uint32_t               interval
    \param uint32_t               interval
    \param tpLimTspecInfo   *ppInfo
    \param tpLimTspecInfo   *ppInfo
 
 
-   \return eSirRetStatus - status of the comparison
+   \return QDF_STATUS - status of the comparison
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 QDF_STATUS lim_tspec_add(tpAniSirGlobal pMac,
 QDF_STATUS lim_tspec_add(tpAniSirGlobal pMac,
@@ -599,7 +599,7 @@ QDF_STATUS lim_tspec_add(tpAniSirGlobal pMac,
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
    \param       uint8_t              accessPolicy
    \param       uint8_t              accessPolicy
    \param       uint16_t             assocId
    \param       uint16_t             assocId
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 static QDF_STATUS
 static QDF_STATUS
@@ -749,7 +749,7 @@ QDF_STATUS lim_admit_control_add_ts(tpAniSirGlobal pMac, uint8_t *pAddr,
    \param       tSirMacTSInfo    *pTsInfo
    \param       tSirMacTSInfo    *pTsInfo
    \param       uint8_t               *pTsStatus
    \param       uint8_t               *pTsStatus
    \param       uint8_t             *ptspecIdx
    \param       uint8_t             *ptspecIdx
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 QDF_STATUS
 QDF_STATUS
@@ -782,7 +782,7 @@ lim_admit_control_delete_ts(tpAniSirGlobal pMac,
    \brief Delete all TSPEC for the specified STA
    \brief Delete all TSPEC for the specified STA
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
    \param     uint16_t assocId
    \param     uint16_t assocId
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 QDF_STATUS lim_admit_control_delete_sta(tpAniSirGlobal pMac, uint16_t assocId)
 QDF_STATUS lim_admit_control_delete_sta(tpAniSirGlobal pMac, uint16_t assocId)
@@ -806,7 +806,7 @@ QDF_STATUS lim_admit_control_delete_sta(tpAniSirGlobal pMac, uint16_t assocId)
    \fn lim_admit_control_init
    \fn lim_admit_control_init
    \brief init tspec table
    \brief init tspec table
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 QDF_STATUS lim_admit_control_init(tpAniSirGlobal pMac)
 QDF_STATUS lim_admit_control_init(tpAniSirGlobal pMac)
 {
 {
@@ -819,7 +819,7 @@ QDF_STATUS lim_admit_control_init(tpAniSirGlobal pMac)
    \fn lim_update_admit_policy
    \fn lim_update_admit_policy
    \brief Set the admit control policy based on CFG parameters
    \brief Set the admit control policy based on CFG parameters
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 QDF_STATUS lim_update_admit_policy(tpAniSirGlobal pMac)
 QDF_STATUS lim_update_admit_policy(tpAniSirGlobal pMac)
@@ -854,7 +854,7 @@ QDF_STATUS lim_update_admit_policy(tpAniSirGlobal pMac)
    \param       tSirTclasInfo   *tclasInfo
    \param       tSirTclasInfo   *tclasInfo
    \param       uint8_t           tclasProc
    \param       uint8_t           tclasProc
    \param       uint16_t          tsm_interval
    \param       uint16_t          tsm_interval
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 #ifdef FEATURE_WLAN_ESE
 #ifdef FEATURE_WLAN_ESE
 QDF_STATUS
 QDF_STATUS
@@ -928,7 +928,7 @@ lim_send_hal_msg_add_ts(tpAniSirGlobal pMac,
    \param     uint16_t        staIdx
    \param     uint16_t        staIdx
    \param     uint8_t         tspecIdx
    \param     uint8_t         tspecIdx
    \param     tSirAddtsReqInfo addts
    \param     tSirAddtsReqInfo addts
-   \return eSirRetStatus - status
+   \return QDF_STATUS - status
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 QDF_STATUS
 QDF_STATUS

+ 1 - 1
core/mac/src/pe/lim/lim_api.c

@@ -970,7 +970,7 @@ QDF_STATUS pe_close(tpAniSirGlobal pMac)
    \fn pe_start
    \fn pe_start
    \brief will be called in start sequence from mac_start
    \brief will be called in start sequence from mac_start
    \param   tpAniSirGlobal pMac
    \param   tpAniSirGlobal pMac
-   \return none
+   \return QDF_STATUS_SUCCESS on success, other QDF_STATUS on error
    -------------------------------------------------------------*/
    -------------------------------------------------------------*/
 
 
 QDF_STATUS pe_start(tpAniSirGlobal pMac)
 QDF_STATUS pe_start(tpAniSirGlobal pMac)

+ 1 - 1
core/mac/src/pe/lim/lim_assoc_utils.c

@@ -2125,7 +2125,7 @@ static void lim_update_he_stbc_capable(tpAddStaParams add_sta_params)
  * This function is called to add an STA context at hardware
  * This function is called to add an STA context at hardware
  * whenever a STA is (Re) Associated.
  * whenever a STA is (Re) Associated.
  *
  *
- * Return: QDF_STATUS_SUCCESS on success else eSirRetStatus failure codes
+ * Return: QDF_STATUS_SUCCESS on success else QDF_STATUS failure codes
  */
  */
 
 
 QDF_STATUS
 QDF_STATUS

+ 1 - 1
core/mac/src/pe/lim/lim_reassoc_utils.c

@@ -385,7 +385,7 @@ bool lim_is_reassoc_in_progress(tpAniSirGlobal pMac, tpPESession psessionEntry)
  * we add the self sta. We update with the association id from the reassoc
  * we add the self sta. We update with the association id from the reassoc
  * response from the AP.
  * response from the AP.
  *
  *
- * Return: QDF_STATUS_SUCCESS on success else eSirRetStatus failure codes
+ * Return: QDF_STATUS_SUCCESS on success else QDF_STATUS failure codes
  */
  */
 QDF_STATUS lim_add_ft_sta_self(tpAniSirGlobal mac_ctx, uint16_t assoc_id,
 QDF_STATUS lim_add_ft_sta_self(tpAniSirGlobal mac_ctx, uint16_t assoc_id,
 				tpPESession session_entry)
 				tpPESession session_entry)