wlan: qnx awareness to corestack

Removed Android dependency. Added QNX awareness macros.

CRs-fixed: 449746
Change-Id: Iadece48b848fe378dacaa73cda7f5b4503106754
diff --git a/CORE/MAC/src/pe/lim/limLogDump.c b/CORE/MAC/src/pe/lim/limLogDump.c
index 57c3e3c..61cde72 100644
--- a/CORE/MAC/src/pe/lim/limLogDump.c
+++ b/CORE/MAC/src/pe/lim/limLogDump.c
@@ -2372,7 +2372,7 @@
     {
         p += log_sprintf( pMac,
             p,"Session does not exist usage: 363 <0> sessionid channel \n");
-        printk("Session Not found!!!!\n");
+        VOS_TRACE(VOS_MODULE_ID_PE, VOS_TRACE_LEVEL_WARN,"Session Not found!!!!");
         return p;
     }
 
@@ -2430,7 +2430,7 @@
     {
         p += log_sprintf( pMac,
             p,"Session does not exist usage: 367 <0> sessionid channel \n");
-        printk("Session Not found!!!!\n");
+        VOS_TRACE(VOS_MODULE_ID_PE, VOS_TRACE_LEVEL_WARN,"Session Not found!!!!");
         return p;
     }
 
@@ -2460,7 +2460,7 @@
     {
         p += log_sprintf( pMac,
             p,"Session does not exist usage: 363 <0> sessionid channel \n");
-        printk("Session Not found!!!!\n");
+        VOS_TRACE(VOS_MODULE_ID_PE, VOS_TRACE_LEVEL_WARN,"Session Not found!!!!");
         return p;
     }
     psessionEntry->gLimChannelSwitch.switchCount = 0;