wil6210: align to latest auto generated wmi.h
Align to latest version of the auto generated wmi file describing the interface with FW. Signed-off-by: Alexei Avshalom Lazar <ailizaro@codeaurora.org> Signed-off-by: Maya Erez <merez@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:

committed by
Kalle Valo

parent
de77a53c2d
commit
73a7d1e34d
@@ -2957,6 +2957,10 @@ static const char *suspend_status2name(u8 status)
|
||||
switch (status) {
|
||||
case WMI_TRAFFIC_SUSPEND_REJECTED_LINK_NOT_IDLE:
|
||||
return "LINK_NOT_IDLE";
|
||||
case WMI_TRAFFIC_SUSPEND_REJECTED_DISCONNECT:
|
||||
return "DISCONNECT";
|
||||
case WMI_TRAFFIC_SUSPEND_REJECTED_OTHER:
|
||||
return "OTHER";
|
||||
default:
|
||||
return "Untracked status";
|
||||
}
|
||||
@@ -3046,6 +3050,9 @@ static void resume_triggers2string(u32 triggers, char *string, int str_size)
|
||||
|
||||
if (triggers & WMI_RESUME_TRIGGER_WMI_EVT)
|
||||
strlcat(string, " WMI_EVT", str_size);
|
||||
|
||||
if (triggers & WMI_RESUME_TRIGGER_DISCONNECT)
|
||||
strlcat(string, " DISCONNECT", str_size);
|
||||
}
|
||||
|
||||
int wmi_resume(struct wil6210_priv *wil)
|
||||
|
Reference in New Issue
Block a user