wlan : [HDD_ACTION_FRAME]Display action frame info with wlan_hdd_action

The received action frame info is not available over the logs while
getting processed in hdd layer. Printing of action frame info,
based on the type is added to the existing print.

Change-Id: I5fae1c5eab684f79317208eb578eea207fcbc0ec
CRs-Fixed: 590432
(cherry picked from commit 95af7145ffa7f77eb5e2786dfc30d0cf239816cd)
diff --git a/CORE/MAC/inc/sirMacProtDef.h b/CORE/MAC/inc/sirMacProtDef.h
index b50cd0f..ce72338 100644
--- a/CORE/MAC/inc/sirMacProtDef.h
+++ b/CORE/MAC/inc/sirMacProtDef.h
@@ -163,17 +163,20 @@
 #define SIR_MAC_ACTION_DLP             2
 #define SIR_MAC_ACTION_BLKACK          3
 #define SIR_MAC_ACTION_PUBLIC_USAGE    4
-#if defined WLAN_FEATURE_VOWIFI
 #define SIR_MAC_ACTION_RRM             5
-#endif
+#define SIR_MAC_ACTION_FAST_BSS_TRNST  6
 #define SIR_MAC_ACTION_HT              7
-#ifdef FEATURE_WLAN_TDLS
+#define SIR_MAC_ACTION_SA_QUERY        8
+#define SIR_MAC_ACTION_PROT_DUAL_PUB   9
+#define SIR_MAC_ACTION_WNM            10
+#define SIR_MAC_ACTION_UNPROT_WNM     11
 #define SIR_MAC_ACTION_TDLS           12
-#endif
+#define SIR_MAC_ACITON_MESH           13
+#define SIR_MAC_ACTION_MULTIHOP       14
+#define SIR_MAC_SELF_PROTECTED        15
 #define SIR_MAC_ACTION_WME            17
-#ifdef WLAN_FEATURE_11AC
 #define SIR_MAC_ACTION_VHT            21
-#endif
+
 
 // QoS management action codes
 
@@ -249,7 +252,6 @@
 
 #ifdef WLAN_FEATURE_11W
 //11w SA query request/response action frame category code
-#define SIR_MAC_ACTION_SA_QUERY          8
 #define SIR_MAC_SA_QUERY_REQ             0
 #define SIR_MAC_SA_QUERY_RSP             1
 #endif