|
@@ -4452,7 +4452,6 @@ QDF_STATUS sme_qos_process_reassoc_req_ev(tpAniSirGlobal pMac, uint8_t sessionId
|
|
|
(pSession->ac_info[1].curr_state != SME_QOS_HANDOFF) ||
|
|
|
(pSession->ac_info[2].curr_state != SME_QOS_HANDOFF) ||
|
|
|
(pSession->ac_info[3].curr_state != SME_QOS_HANDOFF)) {
|
|
|
- QDF_ASSERT(0);
|
|
|
return QDF_STATUS_E_FAILURE;
|
|
|
}
|
|
|
sme_qos_process_ft_reassoc_req_ev(sessionId);
|