提交 8a4fa214 编写于 作者: A Ahmad Masri 提交者: Kalle Valo

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: NAhmad Masri <amasri@codeaurora.org>
Signed-off-by: NMaya Erez <merez@codeaurora.org>
Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
上级 777b4690
...@@ -1554,7 +1554,9 @@ int wmi_pcp_start(struct wil6210_vif *vif, ...@@ -1554,7 +1554,9 @@ int wmi_pcp_start(struct wil6210_vif *vif,
.pcp_max_assoc_sta = max_assoc_sta, .pcp_max_assoc_sta = max_assoc_sta,
.hidden_ssid = hidden_ssid, .hidden_ssid = hidden_ssid,
.is_go = is_go, .is_go = is_go,
.disable_ap_sme = disable_ap_sme, .ap_sme_offload_mode = disable_ap_sme ?
WMI_AP_SME_OFFLOAD_PARTIAL :
WMI_AP_SME_OFFLOAD_FULL,
.abft_len = wil->abft_len, .abft_len = wil->abft_len,
}; };
struct { struct {
...@@ -1574,7 +1576,7 @@ int wmi_pcp_start(struct wil6210_vif *vif, ...@@ -1574,7 +1576,7 @@ int wmi_pcp_start(struct wil6210_vif *vif,
} }
if (disable_ap_sme && if (disable_ap_sme &&
!test_bit(WMI_FW_CAPABILITY_DISABLE_AP_SME, !test_bit(WMI_FW_CAPABILITY_AP_SME_OFFLOAD_PARTIAL,
wil->fw_capabilities)) { wil->fw_capabilities)) {
wil_err(wil, "disable_ap_sme not supported by FW\n"); wil_err(wil, "disable_ap_sme not supported by FW\n");
return -EOPNOTSUPP; return -EOPNOTSUPP;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册