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
这个提交包含在:
@@ -1770,7 +1770,7 @@ uint16_t dp_tx_me_send_convert_ucast(struct cdp_soc_t *soc, uint8_t vdev_id,
|
||||
qdf_nbuf_t nbuf,
|
||||
uint8_t newmac[][QDF_MAC_ADDR_SIZE],
|
||||
uint8_t new_mac_cnt, uint8_t tid,
|
||||
bool is_igmp);
|
||||
bool is_igmp, bool is_dms_pkt);
|
||||
void dp_tx_me_alloc_descriptor(struct cdp_soc_t *soc, uint8_t pdev_id);
|
||||
|
||||
void dp_tx_me_free_descriptor(struct cdp_soc_t *soc, uint8_t pdev_id);
|
||||
|
在新工单中引用
屏蔽一个用户