diff --git a/core/mac/inc/sir_api.h b/core/mac/inc/sir_api.h index 8bdae54621..3f5be7a76a 100644 --- a/core/mac/inc/sir_api.h +++ b/core/mac/inc/sir_api.h @@ -3915,7 +3915,6 @@ typedef struct sSirChanChangeResponse { uint8_t sessionId; uint8_t newChannelNumber; uint8_t channelChangeStatus; - ePhyChanBondState secondaryChannelOffset; } tSirChanChangeResponse, *tpSirChanChangeResponse; typedef struct sSirStartBeaconIndication { diff --git a/core/sme/src/common/sme_api.c b/core/sme/src/common/sme_api.c index 3caca1d882..a319d87889 100644 --- a/core/sme/src/common/sme_api.c +++ b/core/sme/src/common/sme_api.c @@ -11717,8 +11717,6 @@ QDF_STATUS sme_process_channel_change_resp(tpAniSirGlobal pMac, proam_info.channelChangeRespEvent->sessionId = SessionId; proam_info.channelChangeRespEvent->newChannelNumber = pChnlParams->channelNumber; - proam_info.channelChangeRespEvent->secondaryChannelOffset = - pChnlParams->ch_width; if (pChnlParams->status == QDF_STATUS_SUCCESS) { QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_INFO_MED,