Explorar o código

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 %!s(int64=5) %!d(string=hai) anos
pai
achega
e8ca6c6759
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;