Sfoglia il codice sorgente

qcacld-3.0: print wlm mode when start adapter

Add a host message to print the initial WLM mode
in hdd_start_station_adapter.

Change-Id: I7d4df85e683b650c1f5dcf4f3ce7d11086312b1f
CRs-Fixed: 3013037
Paul Zhang 3 anni fa
parent
commit
217410b777
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      core/hdd/src/wlan_hdd_main.c

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

@@ -12626,9 +12626,8 @@ int hdd_start_station_adapter(struct hdd_adapter *adapter)
 						   adapter->latency_level);
 		if (QDF_IS_STATUS_ERROR(status))
 			hdd_warn("set wlm mode failed, %u", status);
-		else
-			hdd_debug("set wlm mode %d", adapter->latency_level);
 	}
+	hdd_debug("wlm initial mode %u", adapter->latency_level);
 
 	hdd_exit();