From 29b934833a69240116f4c29f00c9e69a9bb410a6 Mon Sep 17 00:00:00 2001 From: xinhe Date: Mon, 23 Mar 2015 16:25:00 -0700 Subject: add Framework for set country code through HAL Bug:19896389 Change-Id: I14cd2f039bda08f72dd8386e43ce8b65ce417614 --- include/hardware_legacy/wifi_config.h | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.1