Merge "[qca-nss-drv] Multicast packets update during multicast conversion"
diff --git a/exports/nss_wifi_vdev.h b/exports/nss_wifi_vdev.h
index 5cf0f80..001c704 100644
--- a/exports/nss_wifi_vdev.h
+++ b/exports/nss_wifi_vdev.h
@@ -794,6 +794,11 @@
 	 * because no member is listening on the group.
 	 */
 	uint32_t mcast_no_enhance_drop_cnt;
+
+	/**
+	 * Number of multicast bytes received for multicast enhancement.
+	 */
+	uint32_t mcast_rcvd_bytes;
 };
 
 /**