qcacmn: Use configured value for channel_prediction
The scan component is currently using an unrelated field to populate the PNO channel prediction enabled field sent to firmware. Use channel_prediction instead. Change-Id: I88b066c1b61e7ce49fcee889dfed9b1208d2862f CRs-Fixed: 2252153
Este cometimento está contido em:

cometido por
nshrivas

ascendente
3a7669bf6c
cometimento
03f2ec07f7
@@ -330,7 +330,7 @@ ucfg_scan_get_pno_def_params(struct wlan_objmgr_vdev *vdev,
|
|||||||
*/
|
*/
|
||||||
ucfg_scan_update_pno_dwell_time(vdev, req, scan_def);
|
ucfg_scan_update_pno_dwell_time(vdev, req, scan_def);
|
||||||
req->adaptive_dwell_mode = pno_def->adaptive_dwell_mode;
|
req->adaptive_dwell_mode = pno_def->adaptive_dwell_mode;
|
||||||
req->pno_channel_prediction = pno_def->adaptive_dwell_mode;
|
req->pno_channel_prediction = pno_def->channel_prediction;
|
||||||
req->top_k_num_of_channels = pno_def->top_k_num_of_channels;
|
req->top_k_num_of_channels = pno_def->top_k_num_of_channels;
|
||||||
req->stationary_thresh = pno_def->stationary_thresh;
|
req->stationary_thresh = pno_def->stationary_thresh;
|
||||||
req->channel_prediction_full_scan =
|
req->channel_prediction_full_scan =
|
||||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador