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

Change-Id: I87d3838bc6adbf0b69db652fa0820e6f7f732ea5
This commit is contained in:
dianlujitao 2023-10-08 21:12:49 +08:00 committed by Luofan Chen
parent 9cd6ae99b7
commit 5ef7ecbc4e

View file

@ -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");