qcacld-3.0: Send BLM reject list to FW after connect update
Send the current reject ap list to FW so that the FW too updates the same in there database to enable roaming if any AP is removed from the list. Change-Id: I9c0176a2c4ae970e454f03b577f6fc98af5b62de CRs-Fixed: 2489448
This commit is contained in:

committed by
nshrivas

parent
419d730d1e
commit
e8ca6c6759
@@ -1036,6 +1036,9 @@ blm_update_bssid_connect_params(struct wlan_objmgr_pdev *pdev,
|
||||
qdf_list_remove_node(&blm_ctx->reject_ap_list,
|
||||
&blm_entry->node);
|
||||
qdf_mem_free(blm_entry);
|
||||
blm_send_reject_ap_list_to_fw(pdev,
|
||||
&blm_ctx->reject_ap_list,
|
||||
&blm_psoc_obj->blm_cfg);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user