qcacmn: Replace printk with qdf_nofl_info
Replace printk with qdf_nofl_info in qdf folder. So if we wish to change from printing on console to other location, based on a logging daemon, we can do that by only changing at the implementation of QDF print API's Change-Id: I6db67cee416ebbe0f2c51b2d4dbf2b3a335e972a CRs-Fixed: 2442689
This commit is contained in:
@@ -60,6 +60,10 @@
|
||||
#define EPPING_MAX_ADAPTERS 1
|
||||
|
||||
#define EPPING_LOG(level, args ...) QDF_TRACE(QDF_MODULE_ID_HDD, level, ## args)
|
||||
#define EPPING_HEX_DUMP(level, data, len) qdf_trace_hex_dump( \
|
||||
QDF_MODULE_ID_HDD, \
|
||||
level, \
|
||||
data, buf_len)
|
||||
|
||||
struct epping_cookie {
|
||||
HTC_PACKET HtcPkt; /* HTC packet wrapper */
|
||||
|
Reference in New Issue
Block a user