qcacmn: stats VoW IGMP improvements

Add stats VoW IGMP improvements feature

Change-Id: I86b803e67f2cc3cfc01750f261f06590ff2b97c2
This commit is contained in:
Pavankumar Nandeshwar
2020-08-24 03:34:40 +05:30
committed by snandini
parent 7db23eeca2
commit f0d2f53e32
6 changed files with 46 additions and 4 deletions

View File

@@ -769,7 +769,8 @@ struct cdp_me_ops {
uint16_t (*tx_me_convert_ucast)(struct cdp_soc_t *soc, uint8_t vdev_id,
qdf_nbuf_t wbuf, u_int8_t newmac[][6],
uint8_t newmaccnt, uint8_t tid);
uint8_t newmaccnt, uint8_t tid,
bool is_igmp);
};
struct cdp_mon_ops {