qcacmn: Add generic logging API adhering to converged framework

As part of cleaning up direct printk calls in WIN driver, a new
generic wrapper API QDF_PRINT_INFO() is added that is based on
the converged QDF debug framework.

All printks in the WIN driver will be replaced by calls to QDF_PRINT_INFO()
which will in-turn compile converged QDF trace API. Generic shared print
control index and module ID are defined for this purpose.

Change-Id: I818fbce9e46526ccdb4824d988b76c43e43eb3a4
CRs-Fixed: 1106829
diff --git a/qdf/Kbuild b/qdf/Kbuild
index 2d5281a..ee89dd5 100644
--- a/qdf/Kbuild
+++ b/qdf/Kbuild
@@ -35,7 +35,8 @@
 linux/src/qdf_module.o    \
 linux/src/qdf_nbuf.o       \
 linux/src/qdf_perf.o        \
-linux/src/qdf_threads.o
+linux/src/qdf_threads.o     \
+linux/src/qdf_trace.o
 #linux/src/qdf_net.o \
 #linux/src/qdf_net_event.o \
 #linux/src/qdf_net_ioctl.o