prima: fix for Low BD/PD crash due to reordering for opcode =3

While overnight roaming stress test, hardware flood host with
consecutive duplicate packets with opcode=3. This result in packet
reordering where host dump the reorder info and induces delay in
reorder processing. Due to this, RX channel gets disabled resulting
in firmware crash. To mitigate this issue, host shall now push the
reorder info to logger app.

Change-Id: I109f358df71ec1ea889a6082bbbce7cfba958d46
CRs-Fixed: 960213
diff --git a/CORE/TL/src/wlan_qct_tl_ba.c b/CORE/TL/src/wlan_qct_tl_ba.c
index ae659c7..9f60188 100644
--- a/CORE/TL/src/wlan_qct_tl_ba.c
+++ b/CORE/TL/src/wlan_qct_tl_ba.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2014 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -1736,7 +1736,7 @@
       MTRACE(vos_trace(VOS_MODULE_ID_TL, TRACE_CODE_TL_QUEUE_CURRENT,
                                         pwBaReorder->sessionID , ucSlotIndex ));
 
-      TLLOGE(VOS_TRACE(VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_ERROR,"One Cycle rounded, lost many frames already, not in Q %d",
+      TLLOGE(VOS_TRACE(VOS_MODULE_ID_TL, VOS_TRACE_LEVEL_INFO,"One Cycle rounded, lost many frames already, not in Q %d",
                   pwBaReorder->pendingFramesCount));
       return VOS_STATUS_E_RESOURCES;
    }