qcacmn: add support for reset ast entry and table
Add support for reset ast entry and table, also send ast entry type to upper layers in delete callback Change-Id: I6b420fba5bab50519e8954a1e796b04bc0768ef8 CRs-fixed: 2384550
Этот коммит содержится в:

коммит произвёл
nshrivas

родитель
7062efab4c
Коммит
267ae0e416
@@ -1012,10 +1012,11 @@ void dp_peer_ast_send_wds_del(struct dp_soc *soc,
|
||||
peer->vdev->vdev_id, ast_entry->mac_addr.raw,
|
||||
ast_entry->next_hop, ast_entry->peer->mac_addr.raw);
|
||||
|
||||
if (ast_entry->next_hop &&
|
||||
ast_entry->type != CDP_TXRX_AST_TYPE_WDS_HM_SEC)
|
||||
if (ast_entry->next_hop) {
|
||||
cdp_soc->ol_ops->peer_del_wds_entry(peer->vdev->osif_vdev,
|
||||
ast_entry->mac_addr.raw);
|
||||
ast_entry->mac_addr.raw,
|
||||
ast_entry->type);
|
||||
}
|
||||
|
||||
ast_entry->delete_in_progress = true;
|
||||
}
|
||||
|
Ссылка в новой задаче
Block a user