Pārlūkot izejas kodu

qcacld-3.0: Disable Adaptive Dwell mode for RRM

Disable Adaptive dwell mode feature for RRM scan
request to help retrieve reliable results.

Change-Id: Ief458db87d6da9afa97673da37cff408a80b0041
CRs-Fixed: 2074288
Varun Reddy Yeturu 7 gadi atpakaļ
vecāks
revīzija
2460356b93
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      core/sme/src/rrm/sme_rrm.c

+ 1 - 0
core/sme/src/rrm/sme_rrm.c

@@ -771,6 +771,7 @@ static QDF_STATUS sme_rrm_issue_scan_req(tpAniSirGlobal mac_ctx)
 				max_chan_time);
 				max_chan_time);
 		}
 		}
 
 
+		req->scan_req.adaptive_dwell_time_mode = WMI_DWELL_MODE_STATIC;
 		/*
 		/*
 		 * For RRM scans timing is very important especially when the
 		 * For RRM scans timing is very important especially when the
 		 * request is for limited channels. There is no need for
 		 * request is for limited channels. There is no need for