commit | cb0c1b306189aab09f6111add81c6d286bfe85ca | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Tue Jul 24 08:05:24 2018 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jul 24 08:05:24 2018 -0700 |
tree | a52332ec6fb9a2dc7202eb52459a518f26c3e68b | |
parent | 3601d91e153d1aa0bf38148c3289d536786e7785 [diff] | |
parent | 77ff15c47c0329e7259a073490470d925ff519f0 [diff] |
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; }; /**