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

@@ -25,6 +25,7 @@
#include <pktlog_ac.h>
#define PKTLOG_TAG "ATH_PKTLOG"
#define PKTLOG_DEFAULT_BUFSIZE (10 * 1024 * 1024) /* 10MB */
#define PKTLOG_DEFAULT_SACK_THR 3
#define PKTLOG_DEFAULT_TAIL_LENGTH 100