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

This reverts commit 93fd212313864b5a2e693cefadc0b48763d522af.

CRs-Fixed: 2604433
Change-Id: I0ddf7971c1438650f28a0e0bf1d1f3ffb4aa9bc1
This commit is contained in:
Priyadarshnee S
2020-01-25 20:37:37 +05:30
vanhempi 86679bd69e
commit 0beec74ee3

Näytä tiedosto

@@ -524,6 +524,9 @@ 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;