diff options
-rw-r--r-- | include/hardware_legacy/wifi_config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hardware_legacy/wifi_config.h b/include/hardware_legacy/wifi_config.h index 88e5286..8ad14f4 100644 --- a/include/hardware_legacy/wifi_config.h +++ b/include/hardware_legacy/wifi_config.h @@ -20,8 +20,7 @@ wifi_error wifi_extended_dtim_config_set(wifi_request_id id, wifi_interface_handle iface, int extended_dtim);
//set the country code to driver
-wifi_error wifi_set_country_code(wifi_request_id id, wifi_interface_handle iface,
- const char* country_code);
+wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);
//set the wifi_iface stats averaging factor used to calculate
// statistics like average the TSF offset or average number of frame leaked
|