qcacmn: Add support for wide band scan
Add support for 40 MHz or wider channel bandwidth scan Change-Id: I72f3cf42e6dc957ef56842d0c333c62169cb6d68 CRs-Fixed: 2139415
Dieser Commit ist enthalten in:

committet von
snandini

Ursprung
4ef75c1c97
Commit
3e166ff7e4
@@ -1271,7 +1271,7 @@ int wlan_cfg80211_scan(struct wlan_objmgr_pdev *pdev,
|
||||
}
|
||||
#endif
|
||||
len += snprintf(chl + len, 5, "%d ", channel);
|
||||
req->scan_req.chan_list[num_chan] =
|
||||
req->scan_req.chan_list.chan[num_chan].freq =
|
||||
wlan_chan_to_freq(channel);
|
||||
num_chan++;
|
||||
}
|
||||
@@ -1284,7 +1284,7 @@ int wlan_cfg80211_scan(struct wlan_objmgr_pdev *pdev,
|
||||
status = -EINVAL;
|
||||
goto end;
|
||||
}
|
||||
req->scan_req.num_chan = num_chan;
|
||||
req->scan_req.chan_list.num_chan = num_chan;
|
||||
|
||||
/* P2P increase the scan priority */
|
||||
if (is_p2p_scan)
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren