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:
Vivek
2019-10-24 14:35:49 +05:30
committed by nshrivas
parent cb37d704f8
commit 0c4e20ff82
8 changed files with 41 additions and 51 deletions

View File

@@ -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 */