qcacmn: Find peer using mld_addr for MLO case
For MLO, try to find peer by comparing the MLD MAC addresses. Change-Id: Ib109da957d5c330385688a4e91e04cda91a51f30 CRs-Fixed: 3140866
此提交包含在:
@@ -618,6 +618,7 @@ void dp_rx_peer_unmap_handler(struct dp_soc *soc, uint16_t peer_id,
|
||||
* @peer_id - ML peer_id from firmware
|
||||
* @peer_mac_addr - mac address of the peer
|
||||
* @mlo_ast_flow_info: MLO AST flow info
|
||||
* @mlo_link_info - MLO link info
|
||||
*
|
||||
* associate the ML peer_id that firmware provided with peer entry
|
||||
* and update the ast table in the host with the hw_peer_id.
|
||||
@@ -627,7 +628,8 @@ void dp_rx_peer_unmap_handler(struct dp_soc *soc, uint16_t peer_id,
|
||||
QDF_STATUS
|
||||
dp_rx_mlo_peer_map_handler(struct dp_soc *soc, uint16_t peer_id,
|
||||
uint8_t *peer_mac_addr,
|
||||
struct dp_mlo_flow_override_info *mlo_flow_info);
|
||||
struct dp_mlo_flow_override_info *mlo_flow_info,
|
||||
struct dp_mlo_link_info *mlo_link_info);
|
||||
|
||||
/**
|
||||
* dp_rx_mlo_peer_unmap_handler() - handle MLO peer unmap event from firmware
|
||||
|
新增問題並參考
封鎖使用者