diff options
| author | Jeff Johnson <jjohnson@codeaurora.org> | 2016-10-14 07:50:18 -0700 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-11-01 18:42:27 -0700 |
| commit | 2ebe3cdcd7a89e88fb589d0c8efb643160aeb730 (patch) | |
| tree | a72e55f0749f46ae0bcd445264409c3cdfa7603e | |
| parent | db4085fd89797a371f76be9e2c53093d7662c467 (diff) | |
qcacld-3.0: Remove obsolete sme_set_phy_cb_mode24_g()
Function sme_set_phy_cb_mode24_g() is obsolete and not being used, so
remove it.
Change-Id: I3289ea53a634915961d4f904cd806d7aed4202e4
CRs-Fixed: 1075575
| -rw-r--r-- | core/sme/src/common/sme_api.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/core/sme/src/common/sme_api.c b/core/sme/src/common/sme_api.c index bcd45914a7bf..3c756e7278fa 100644 --- a/core/sme/src/common/sme_api.c +++ b/core/sme/src/common/sme_api.c @@ -12029,33 +12029,6 @@ QDF_STATUS sme_set_ht2040_mode(tHalHandle hHal, uint8_t sessionId, return status; } -/* --------------------------------------------------------------------------- - - \fn sme_set_phy_cb_mode24_g - - \brief Changes PHY channel bonding mode - - \param hHal - The handle returned by mac_open. - - \param cbMode new channel bonding mode which is to set - - \return QDF_STATUS SUCCESS. - - -------------------------------------------------------------------------------*/ -QDF_STATUS sme_set_phy_cb_mode24_g(tHalHandle hHal, ePhyChanBondState phyCBMode) -{ - tpAniSirGlobal pMac = PMAC_STRUCT(hHal); - - if (NULL == pMac) { - QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_ERROR, - "%s: invalid context", __func__); - return QDF_STATUS_E_FAILURE; - } - - pMac->roam.configParam.channelBondingMode24GHz = phyCBMode; - - return QDF_STATUS_SUCCESS; -} #endif /* |
