qcacld-3.0: Add protection for type_specific_data in ath_pktlog_hdr

The member of type_specific_data is not valid for ROME module. Add macro
protection for type_specific_data in the ath_pktlog_hdr to avoid offset
error when getting the msdu id info during  processing pktlog TX info.

Change-Id: Icb8b95cef9a32732116522e4fc3b39067ff36037
CRs-Fixed: 2522277
diff --git a/Kbuild b/Kbuild
index 9b80565..6f96109 100644
--- a/Kbuild
+++ b/Kbuild
@@ -2336,6 +2336,9 @@
 #Enable WDI Event support
 cppflags-$(CONFIG_WDI_EVENT_ENABLE) += -DWDI_EVENT_ENABLE
 
+#Enable the type_specific_data in the struct ath_pktlog_arg
+cppflags-$(CONFIG_PKTLOG_HAS_SPECIFIC_DATA) += -DPKTLOG_HAS_SPECIFIC_DATA
+
 #Endianness selection
 ifeq ($(CONFIG_LITTLE_ENDIAN), y)
 cppflags-y += -DANI_LITTLE_BYTE_ENDIAN