qcacmn: Add TWT wmi status code for already suspended session
The firmware sends a new status code to indicate an already suspended TWT session. Update WMI_HOST_PAUSE_TWT_STATUS status code to represent this state. CRs-Fixed: 2786636 Change-Id: Id1fbdde8691084e408144454214d59c8ad532f9b
This commit is contained in:

committed by
snandini

parent
8a5194d9cc
commit
9ba4f14c9a
@@ -397,6 +397,7 @@ struct wmi_twt_pause_dialog_cmd_param {
|
||||
* request/response frame
|
||||
* WMI_HOST_PAUSE_TWT_STATUS_UNKNOWN_ERROR: pausing TWT dialog failed with an
|
||||
* unknown reason
|
||||
* WMI_HOST_PAUSE_TWT_STATUS_ALREADY_PAUSED: TWT dialog already in paused state
|
||||
*/
|
||||
enum WMI_HOST_PAUSE_TWT_STATUS {
|
||||
WMI_HOST_PAUSE_TWT_STATUS_OK,
|
||||
@@ -406,6 +407,7 @@ enum WMI_HOST_PAUSE_TWT_STATUS {
|
||||
WMI_HOST_PAUSE_TWT_STATUS_NO_RESOURCE,
|
||||
WMI_HOST_PAUSE_TWT_STATUS_NO_ACK,
|
||||
WMI_HOST_PAUSE_TWT_STATUS_UNKNOWN_ERROR,
|
||||
WMI_HOST_PAUSE_TWT_STATUS_ALREADY_PAUSED,
|
||||
};
|
||||
|
||||
/** struct wmi_twt_pause_dialog_complete_event_param -
|
||||
|
Reference in New Issue
Block a user