summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal/wifi_hal.cpp
diff options
context:
space:
mode:
authorEtan Cohen <etancohen@google.com>2015-04-24 14:29:58 -0700
committerEtan Cohen <etancohen@google.com>2015-04-24 14:29:58 -0700
commit1184763d6c24a6b393417eb4e8e7838f71bb97a5 (patch)
tree241a3f33b5a577bfab4ea906983704275d742179 /bcmdhd/wifi_hal/wifi_hal.cpp
parent5b1a21dcfea4a54e4660381bb694a3d65fafb14e (diff)
parentaa306e5f46b3e0e72d7917760b8af6aaebc35b1e (diff)
downloadhardware_broadcom_wlan-1184763d6c24a6b393417eb4e8e7838f71bb97a5.tar.gz
hardware_broadcom_wlan-1184763d6c24a6b393417eb4e8e7838f71bb97a5.tar.bz2
hardware_broadcom_wlan-1184763d6c24a6b393417eb4e8e7838f71bb97a5.zip
Merge commit 'aa306e5' into merge2
Diffstat (limited to 'bcmdhd/wifi_hal/wifi_hal.cpp')
-rw-r--r--bcmdhd/wifi_hal/wifi_hal.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/bcmdhd/wifi_hal/wifi_hal.cpp b/bcmdhd/wifi_hal/wifi_hal.cpp
index 9c699fc..1e9aad2 100644
--- a/bcmdhd/wifi_hal/wifi_hal.cpp
+++ b/bcmdhd/wifi_hal/wifi_hal.cpp
@@ -798,11 +798,6 @@ wifi_error wifi_set_nodfs_flag(wifi_interface_handle handle, u32 nodfs)
return (wifi_error) command.requestResponse();
}
-wifi_error wifi_start_logging(wifi_interface_handle iface, u32 verbose_level, u32 flags,
- u32 max_interval_sec, u32 min_data_size, char *buffer_name) {
- return WIFI_ERROR_NOT_SUPPORTED;
-}
-
wifi_error wifi_set_country_code(wifi_interface_handle handle, const char *country_code)
{
SetCountryCodeCommand command(handle, country_code);