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

Commit 31565065 authored by Maya Erez's avatar Maya Erez
Browse files

wil6210: fix cfg80211_connect_bss params



In msm-4.9 connect timeout reason is not included
in cfg80211_connect_bss, hence needs to be removed.

Change-Id: I2aa24af4d66a1c51e47631703a53607558e400e3
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
parent 492b05c7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -580,8 +580,7 @@ static void wmi_evt_connect(struct wil6210_priv *wil, int id, void *d, int len)
			cfg80211_connect_bss(ndev, evt->bssid, wil->bss,
					     assoc_req_ie, assoc_req_ielen,
					     assoc_resp_ie, assoc_resp_ielen,
					     WLAN_STATUS_SUCCESS, GFP_KERNEL,
					     NL80211_TIMEOUT_UNSPECIFIED);
					     WLAN_STATUS_SUCCESS, GFP_KERNEL);
		}
		wil->bss = NULL;
	} else if ((wdev->iftype == NL80211_IFTYPE_AP) ||