Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
f7f54352e6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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();