Add a debuggability interface: stop logging

bug: 21730601

Change-Id: Ie92229023b76a5b4a8f5657543a0cd0cb8a19968
Signed-off-by: JerryLee <jerrylee@broadcom.com>
This commit is contained in:
JerryLee 2015-06-17 19:18:01 -07:00 committed by Vinit Deshpande
parent 7b9ec3c42b
commit 1de429dcaa
2 changed files with 2 additions and 1 deletions

View file

@ -210,6 +210,7 @@ typedef struct {
wifi_firmware_memory_dump_handler handler);
wifi_error (* wifi_set_log_handler)(wifi_request_id id, wifi_interface_handle iface,
wifi_ring_buffer_data_handler handler);
wifi_error (* wifi_reset_log_handler)(wifi_request_id id, wifi_interface_handle iface);
wifi_error (* wifi_set_alert_handler)(wifi_request_id id, wifi_interface_handle iface,
wifi_alert_handler handler);
wifi_error (* wifi_get_firmware_version)(wifi_interface_handle iface, char *buffer,

View file

@ -294,7 +294,7 @@ typedef struct {
wifi_error wifi_set_log_handler(wifi_request_id id, wifi_interface_handle iface,
wifi_ring_buffer_data_handler handler);
/* api to reset the log handler */
/* API to reset the log handler */
wifi_error wifi_reset_log_handler(wifi_request_id id, wifi_interface_handle iface);