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

Commit c57c9844 authored by Ahmad Masri's avatar Ahmad Masri Committed by Maya Erez
Browse files

wil6210: align to latest auto generated wmi.h



Align to latest version of the auto generated wmi file
describing the interface with FW

Change-Id: I64189702d629e5c6f2c84fed0dd59170896f4464
Signed-off-by: default avatarAhmad Masri <amasri@codeaurora.org>
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Git-commit: 8a4fa21438e38ed2db8c01a282de3995a6c0d75f
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
[merez@codeaurora.org: trivial conflict fixes]
parent 5cd75ce7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1669,7 +1669,9 @@ int wmi_pcp_start(struct wil6210_vif *vif,
		.pcp_max_assoc_sta = max_assoc_sta,
		.hidden_ssid = hidden_ssid,
		.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,
	};
	struct {
@@ -1689,7 +1691,7 @@ int wmi_pcp_start(struct wil6210_vif *vif,
	}

	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_err(wil, "disable_ap_sme not supported by FW\n");
		return -EOPNOTSUPP;
+367 −20

File changed.

Preview size limit exceeded, changes collapsed.