Wifi: Add argument "WifiHandle" in "wifi_set_subsystem_restart_handler" am: 4ebb0af45c
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/libhardware_legacy/+/14026465 Change-Id: Iddb94744af18fbe815f9b66ce59049417b2c284f
This commit is contained in:
commit
825cb8f771
1 changed files with 1 additions and 2 deletions
|
@ -394,7 +394,6 @@ wifi_error wifi_reset_dscp_mapping(wifi_handle handle);
|
|||
wifi_error wifi_set_subsystem_restart_handler(wifi_handle handle,
|
||||
wifi_subsystem_restart_handler handler);
|
||||
|
||||
wifi_error wifi_trigger_subsystem_restart(void);
|
||||
/**
|
||||
* Wifi HAL Thermal Mitigation API
|
||||
*
|
||||
|
@ -887,7 +886,7 @@ typedef struct {
|
|||
/**
|
||||
* Trigger wifi subsystem restart to reload firmware
|
||||
*/
|
||||
wifi_error (*wifi_trigger_subsystem_restart)(void);
|
||||
wifi_error (*wifi_trigger_subsystem_restart)(wifi_handle handle);
|
||||
/*
|
||||
* when adding new functions make sure to add stubs in
|
||||
* hal_tool.cpp::init_wifi_stub_hal_func_table
|
||||
|
|
Loading…
Reference in a new issue