qcacmn: ME6 changes with DMS enable
In ME6 we are currently using a workaround to send the native wifi packet through the exception path, as the older HKv1 hardware didn’t support single packet AMSDU. Since, the hardware is supporting this starting from HKv2, we are sending ME packets as normal packets to FW with DMS indication in Peer based meta for Beryllium. Change-Id: Ic154b438df2c811c845e7c2eaadf252985d419ad
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c3f8294cc4
commit
0860396f1e
@@ -869,7 +869,7 @@ 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,
|
||||
bool is_igmp);
|
||||
bool is_igmp, bool is_dms_pkt);
|
||||
};
|
||||
|
||||
struct cdp_mon_ops {
|
||||
|
Reference in New Issue
Block a user