mgmtActionRx frames stats should not be collected in TL

Rx Action frames stats collection is not supported by the
firmware currently. So, TL should not collect stats/maintain count
for the Rx Action frames.

Change-Id: I2dd71d6d00acb8084e4f9dc48eba84045b82143b
CRs-Fixed: 749407
diff --git a/CORE/TL/src/wlan_qct_tl.c b/CORE/TL/src/wlan_qct_tl.c
index be33299..2f8a09a 100644
--- a/CORE/TL/src/wlan_qct_tl.c
+++ b/CORE/TL/src/wlan_qct_tl.c
@@ -5830,11 +5830,6 @@
         if ( NULL != pClientSTA)
         {
             pClientSTA->interfaceStats.mgmtRx++;
-            if (WLANTL_IS_MGMT_ACTION_FRAME(ucFrmType))
-            {
-                pClientSTA->interfaceStats.mgmtActionRx++;
-
-            }
         }
 #endif
       }