qcacld-3.0: Remove obsolete variable from sSirChanChangeResponse
Structure sSirChanChangeResponse does not uses ePhyChanBondState secondaryChannelOffset anymore. Remove the obsolete member variable Change-Id: Ib244b6e5c1692ab928acc22e125d49779119e176 CRs-Fixed: 2071677
Этот коммит содержится в:

коммит произвёл
snandini

родитель
0e1fe12361
Коммит
585e96a8de
@@ -3915,7 +3915,6 @@ typedef struct sSirChanChangeResponse {
|
||||
uint8_t sessionId;
|
||||
uint8_t newChannelNumber;
|
||||
uint8_t channelChangeStatus;
|
||||
ePhyChanBondState secondaryChannelOffset;
|
||||
} tSirChanChangeResponse, *tpSirChanChangeResponse;
|
||||
|
||||
typedef struct sSirStartBeaconIndication {
|
||||
|
@@ -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,
|
||||
|
Ссылка в новой задаче
Block a user