qcacmn: Modify scan type for RRM scan request
Currently in the case of concurrent sessions running, the driver updates the active dwell time for the scan request to the default value, overwriting the already filled active dwell time which the DUT got from the AP as part of RRM request, which results in violation of protocol. Fix is to not update the concurrency params if the scan request is of type RRM. Change-Id: Ifbb4b45fc111851f544fd39187e4113bda5f7348 CRs-Fixed: 2436893
This commit is contained in:

committed by
nshrivas

parent
142f9baf47
commit
5ba222aea6
@@ -1402,7 +1402,7 @@ int wlan_cfg80211_scan(struct wlan_objmgr_vdev *vdev,
|
||||
is_p2p_scan = true;
|
||||
|
||||
if (is_p2p_scan && request->no_cck)
|
||||
req->scan_req.p2p_scan_type = SCAN_P2P_SEARCH;
|
||||
req->scan_req.scan_type = SCAN_TYPE_P2P_SEARCH;
|
||||
|
||||
/* Set dwell time mode according to scan policy type flags */
|
||||
if (req->scan_req.scan_policy_high_accuracy)
|
||||
|
Reference in New Issue
Block a user