소스 검색

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;