瀏覽代碼

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
gaurank kathpalia 5 年之前
父節點
當前提交
e8ca6c6759
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      components/blacklist_mgr/core/src/wlan_blm_core.c

+ 3 - 0
components/blacklist_mgr/core/src/wlan_blm_core.c

@@ -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;