|
@@ -933,6 +933,7 @@ EXPORT_SYMBOL(qdf_dp_trace_set_track);
|
|
|
|
|
|
/**
|
|
|
* dump_hex_trace() - Display the data in buffer
|
|
|
+ * @str: string to prepend the hexdump with.
|
|
|
* @buf: buffer which contains data to be displayed
|
|
|
* @buf_len: defines the size of the data to be displayed
|
|
|
*
|
|
@@ -955,7 +956,6 @@ static void dump_hex_trace(char *str, uint8_t *buf, uint8_t buf_len)
|
|
|
DPTRACE_PRINT("DPT: %s: %s", str, linebuf);
|
|
|
}
|
|
|
}
|
|
|
-EXPORT_SYMBOL(dump_hex_trace);
|
|
|
|
|
|
/**
|
|
|
* qdf_dp_code_to_string() - convert dptrace code to string
|