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
Dieser Commit ist enthalten in:
Paul Zhang
2021-10-11 15:33:10 +08:00
committet von Madan Koyyalamudi
Ursprung f3f45e867e
Commit 217410b777

Datei anzeigen

@@ -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();