summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal
diff options
context:
space:
mode:
authorPierre Vandwalle <vandwalle@google.com>2015-03-18 12:25:23 -0700
committerPierre Vandwalle <vandwalle@google.com>2015-03-18 12:25:23 -0700
commit732a5f920e3add302768eb521fa511943e017867 (patch)
tree516319fe4084ef0e8cfbbe536e52333ae81ecd3b /bcmdhd/wifi_hal
parent9733754c59b4c61f7b2d2a29362fe473a0597571 (diff)
downloadhardware_broadcom_wlan-732a5f920e3add302768eb521fa511943e017867.zip
hardware_broadcom_wlan-732a5f920e3add302768eb521fa511943e017867.tar.gz
hardware_broadcom_wlan-732a5f920e3add302768eb521fa511943e017867.tar.bz2
stubs for HAL API functions
Change-Id: I74d53ae187d002edafb6f3de32079c36c8c10552
Diffstat (limited to 'bcmdhd/wifi_hal')
-rw-r--r--bcmdhd/wifi_hal/wifi_hal.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/bcmdhd/wifi_hal/wifi_hal.cpp b/bcmdhd/wifi_hal/wifi_hal.cpp
index a99b156..5049ac2 100644
--- a/bcmdhd/wifi_hal/wifi_hal.cpp
+++ b/bcmdhd/wifi_hal/wifi_hal.cpp
@@ -733,4 +733,10 @@ 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, u8 *buffer_name,
+ wifi_ring_buffer_data_handler handler) {
+ return WIFI_ERROR_NOT_SUPPORTED;
+}
+
/////////////////////////////////////////////////////////////////////////////