wlan: Changing Log Level to not affect roaming delays

The debug code will be enabled only by explicit setting of the log
level.Will not generate the log messages by default

Change-Id: I16b7197515f9ca106f8a350da0d438e6ab382ce1
CR-Fixed: NA
diff --git a/CORE/WDI/WPAL/src/wlan_qct_pal_trace.c b/CORE/WDI/WPAL/src/wlan_qct_pal_trace.c
index 0e8b9aa..a37774d 100644
--- a/CORE/WDI/WPAL/src/wlan_qct_pal_trace.c
+++ b/CORE/WDI/WPAL/src/wlan_qct_pal_trace.c
@@ -74,7 +74,7 @@
 moduleTraceInfo gTraceInfo[ eWLAN_MODULE_COUNT ] =
 {
    { (1<<eWLAN_PAL_TRACE_LEVEL_FATAL)|(1<<eWLAN_PAL_TRACE_LEVEL_ERROR), "DAL" }, 
-   { (1<<eWLAN_PAL_TRACE_LEVEL_FATAL)|(1<<eWLAN_PAL_TRACE_LEVEL_ERROR), "CTL" },
+   { (1<<eWLAN_PAL_TRACE_LEVEL_FATAL), "CTL" },
    { (1<<eWLAN_PAL_TRACE_LEVEL_FATAL)|(1<<eWLAN_PAL_TRACE_LEVEL_ERROR), "DAT" }, 
    { (1<<eWLAN_PAL_TRACE_LEVEL_FATAL)|(1<<eWLAN_PAL_TRACE_LEVEL_ERROR), "PAL" }, 
 };