wlan: Correction in hal interface msg definition for frame logging

Correction in hal interface msg definition for frame logging.
Swaping maxLogBuffSize and minLogBuffSize.

Change-Id: If6a1e7fa54439b21e2b2e2caf32e02c8cb2ff99e
CRs-Fixed: 845694
diff --git a/riva/inc/wlan_hal_msg.h b/riva/inc/wlan_hal_msg.h
index 5d8c947..48a9e22 100644
--- a/riva/inc/wlan_hal_msg.h
+++ b/riva/inc/wlan_hal_msg.h
@@ -8546,12 +8546,12 @@
     tANI_U8 continuousFrameLogging;
     /* Logging mail box version */
     tANI_U8 logMailBoxVer;
-    // Max ring size in firmware to log msgs when host is suspended state
-    tANI_U8 maxLogBuffSize;
     /* when firmware log reaches this threshold and
      * if host is awake it will push the logs.
      */
     tANI_U8 minLogBuffSize;
+    // Max ring size in firmware to log msgs when host is suspended state
+    tANI_U8 maxLogBuffSize;
     /* Reserved for future purpose */
     tANI_U32 reserved0;
     tANI_U32 reserved1;