qcacmn: Add packet fate and driver dump enums

Add packet fate and driver dump enums.

Change-Id: Id27730c014536fb419574ba1270bc50654fea258
CRs-Fixed: 2176675
diff --git a/os_if/linux/qca_vendor.h b/os_if/linux/qca_vendor.h
index a6aa471..aae6933 100644
--- a/os_if/linux/qca_vendor.h
+++ b/os_if/linux/qca_vendor.h
@@ -2887,12 +2887,14 @@
 
 /**
  * enum wifi_logger_supported_features - values for supported logger features
- * @WIFI_LOGGER_MEMORY_DUMP_SUPPORTED - Memory dump of FW
- * @WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_SUPPORTED - Per packet statistics
- * @WIFI_LOGGER_CONNECT_EVENT_SUPPORTED - Logging of Connectivity events
- * @WIFI_LOGGER_POWER_EVENT_SUPPORTED - Power of driver
- * @WIFI_LOGGER_WAKE_LOCK_SUPPORTED - Wakelock of driver
- * @WIFI_LOGGER_WATCHDOG_TIMER_SUPPORTED - monitor FW health
+ * @WIFI_LOGGER_MEMORY_DUMP_SUPPORTED: Memory dump of FW
+ * @WIFI_LOGGER_PER_PACKET_TX_RX_STATUS_SUPPORTED: Per packet statistics
+ * @WIFI_LOGGER_CONNECT_EVENT_SUPPORTED: Logging of Connectivity events
+ * @WIFI_LOGGER_POWER_EVENT_SUPPORTED: Power of driver
+ * @WIFI_LOGGER_WAKE_LOCK_SUPPORTE: Wakelock of driver
+ * @WIFI_LOGGER_WATCHDOG_TIMER_SUPPORTED: monitor FW health
+ * @WIFI_LOGGER_DRIVER_DUMP_SUPPORTED: support driver dump
+ * @WIFI_LOGGER_PACKET_FATE_SUPPORTED: tracks connection packets fate
  */
 enum wifi_logger_supported_features {
 	WIFI_LOGGER_MEMORY_DUMP_SUPPORTED = (1 << (0)),
@@ -2902,6 +2904,8 @@
 	WIFI_LOGGER_WAKE_LOCK_SUPPORTED = (1 << (4)),
 	WIFI_LOGGER_VERBOSE_SUPPORTED = (1 << (5)),
 	WIFI_LOGGER_WATCHDOG_TIMER_SUPPORTED = (1 << (6)),
+	WIFI_LOGGER_DRIVER_DUMP_SUPPORTED = (1 << (7)),
+	WIFI_LOGGER_PACKET_FATE_SUPPORTED = (1 << (8))
 };
 /**
  * enum qca_wlan_vendor_attr_acs_offload