Loading
qcacld-3.0: Remove roam_invoke_timer stop in case of ROAM_ABORT
Currently, for gEnableNUDTracking=3 ini, if NUD failure happens, host sends the ROAM_INVOKE_CMD to fw and start the roam_invoke timer and after roam_timer timeout or ROAM_INVOKE_FAIL host sends disconnect. Suppose in response, fw sends ROAM_START and ROAM_ABORT before sending ROAM_INVOKE_FAIL, then host stops roam_invoke timer in ROAM_ABORT case. Due to this, in ROAM_INVOKE_FAIL host doesn't find timer and returns failure without sending disconnect. Fix is, remove the roam_invoke timer stop in case of ROAM_ABORT and add it in north and south bound disconnect. Change-Id: I6b7790f1e59d137c1476a8ad80fc4f113e86e580 CRs-Fixed: 3132545