소스 검색

qcacld-3.0: Update mlo manager mac address

This change is to update mlo manager mac
address when the station adapter is coming up.

Change-Id: Ie80683043922fdac7807c7b4ae2fd3605a41e256
CRs-Fixed: 3570015
Aasir Rasheed 1 년 전
부모
커밋
f7f54352e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      core/hdd/src/wlan_hdd_main.c

+ 1 - 0
core/hdd/src/wlan_hdd_main.c

@@ -14338,6 +14338,7 @@ int hdd_start_station_adapter(struct hdd_adapter *adapter)
 		wlan_hdd_init_multi_client_info_table(adapter);
 
 	hdd_adapter_set_wlm_client_latency_level(adapter);
+	hdd_adapter_update_mlo_mgr_mac_addr(adapter);
 	hdd_restore_info_for_ssr(adapter);
 
 	hdd_exit();