Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ea11a18 authored by Deeksha Gupta's avatar Deeksha Gupta Committed by Madan Koyyalamudi
Browse files

qcacld-3.0: Fill status correctly for twt resume

Fill return status correctly in twt resume dialog
command.

Change-Id: I2b04a4028f2f05aa7636bf59551cb97f999e22a1
CRs-Fixed: 3083812
parent 6c9edfc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3133,7 +3133,7 @@ hdd_send_twt_resume_dialog_cmd(struct hdd_context *hdd_ctx,
			break;
		case WMI_HOST_RESUME_TWT_STATUS_DIALOG_ID_NOT_EXIST:
		case WMI_HOST_RESUME_TWT_STATUS_NOT_PAUSED:
			ret = EAGAIN;
			ret = -EAGAIN;
			break;
		case WMI_HOST_RESUME_TWT_STATUS_DIALOG_ID_BUSY:
			ret = -EINPROGRESS;