OSDN Git Service

add Framework for set country code through HAL
authorxinhe <xinhe@google.com>
Mon, 23 Mar 2015 23:25:00 +0000 (16:25 -0700)
committerxinhe <xinhe@google.com>
Mon, 23 Mar 2015 23:25:00 +0000 (16:25 -0700)
Bug:19896389
Change-Id: I14cd2f039bda08f72dd8386e43ce8b65ce417614

include/hardware_legacy/wifi_config.h

index 88e5286..8ad14f4 100644 (file)
@@ -20,8 +20,7 @@ wifi_error wifi_extended_dtim_config_set(wifi_request_id id,
         wifi_interface_handle iface, int extended_dtim);\r
 \r
 //set the country code to driver\r
-wifi_error wifi_set_country_code(wifi_request_id id, wifi_interface_handle iface,\r
-        const char* country_code);\r
+wifi_error wifi_set_country_code(wifi_interface_handle iface, const char* country_code);\r
 \r
 //set the wifi_iface stats averaging factor used to calculate\r
 // statistics like average the TSF offset or average number of frame leaked\r