Browse Source

Merge "qca-wifi: Remove duplicate invoke of restart clear API"

Linux Build Service Account 5 years ago
parent
commit
84c1bc6380
1 changed files with 0 additions and 3 deletions
  1. 0 3
      umac/mlme/vdev_mgr/core/src/vdev_mlme_sm_actions.c

+ 0 - 3
umac/mlme/vdev_mgr/core/src/vdev_mlme_sm_actions.c

@@ -524,9 +524,6 @@ static QDF_STATUS mlme_vdev_stop_send_cb(struct vdev_mlme_obj *vdev_mlme,
 		return QDF_STATUS_E_FAILURE;
 	}
 
-	/* if restart is pending on this VDEV, clear the bitmap */
-	mlme_stop_pending_restart(pdev, vdev);
-
 	error = mlme_vdev_ops_stop_fw_send(vdev);
 
 	return error;