qcacld-3.0: Return -EAGAIN if TWT setup is issued and PS disabled
As per the requirement, if TWT setup request is issued when power save is disabled, expectation from driver is to return -EAGAIN. Change-Id: I7a519d15787f912338afabf7e83b561cb3a2ebc0 CRs-Fixed: 3163880
This commit is contained in:

committed by
Madan Koyyalamudi

父節點
b7bf811b55
當前提交
e5bb379ee3
@@ -1139,7 +1139,7 @@ QDF_STATUS wlan_twt_setup_req(struct wlan_objmgr_psoc *psoc,
|
||||
|
||||
if (!mlme_get_user_ps(psoc, req->vdev_id)) {
|
||||
twt_warn("Power save mode disable");
|
||||
return QDF_STATUS_E_INVAL;
|
||||
return QDF_STATUS_E_AGAIN;
|
||||
}
|
||||
|
||||
notify_in_progress = wlan_is_twt_notify_in_progress(psoc, req->vdev_id);
|
||||
|
Reference in New Issue
Block a user