mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 03:14:17 +00:00
wifi(implementation): Return proper status code on initialize am: a1c76e4d53 am: c51e74d572
am: c8fdd97297
Change-Id: Ib1d40583abb74ad80edd858635ab56aed9f2c2f2
This commit is contained in:
@@ -328,9 +328,8 @@ wifi_error WifiLegacyHal::initialize() {
|
||||
wifi_error status = init_wifi_vendor_hal_func_table(&global_func_table_);
|
||||
if (status != WIFI_SUCCESS) {
|
||||
LOG(ERROR) << "Failed to initialize legacy hal function table";
|
||||
return WIFI_ERROR_UNKNOWN;
|
||||
}
|
||||
return WIFI_SUCCESS;
|
||||
return status;
|
||||
}
|
||||
|
||||
wifi_error WifiLegacyHal::start() {
|
||||
|
||||
Reference in New Issue
Block a user