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

Commit b2871f76 authored by dianlujitao's avatar dianlujitao Committed by Luofan Chen
Browse files

fixup! qcacld-3.0: Use freq hint in scan for ssid

Change-Id: I87d3838bc6adbf0b69db652fa0820e6f7f732ea5
parent d394991d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20476,7 +20476,8 @@ static int __wlan_hdd_cfg80211_join_ibss(struct wiphy *wiphy,
						 params->ssid_len,
						 bssid.bytes, NULL,
						 conn_info_channel,
						 params->chandef.width);
						 params->chandef.width,
						 0);
	if (0 > status) {
		hdd_err("connect failed");