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:
@@ -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
|
||||
|
Reference in New Issue
Block a user