diff options
author | xinhe <xinhe@google.com> | 2015-03-23 16:25:00 -0700 |
---|---|---|
committer | xinhe <xinhe@google.com> | 2015-03-23 16:25:00 -0700 |
commit | 29b934833a69240116f4c29f00c9e69a9bb410a6 (patch) | |
tree | 454a17c53a1665df51bea21bb3a02edf7aa89af9 | |
parent | 5e7b7e506d54a2d4cf9a5e12bde61db985f130bc (diff) | |
download | hardware_libhardware_legacy-29b934833a69240116f4c29f00c9e69a9bb410a6.zip hardware_libhardware_legacy-29b934833a69240116f4c29f00c9e69a9bb410a6.tar.gz hardware_libhardware_legacy-29b934833a69240116f4c29f00c9e69a9bb410a6.tar.bz2 |
add Framework for set country code through HAL
Bug:19896389
Change-Id: I14cd2f039bda08f72dd8386e43ce8b65ce417614
-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
|