qcacmn: Enable AST workaround only for HKV1
HKV1 does not have support to maintain per pdev AST table. Hence workaround is required to ensure that AST entry is deleted before adding an entry with same MAC. This syncronization needs to done across pdev. This workaround in required on for HKV1, add changes to enable workaround only for HKV1 and disabled for other platforms. Change-Id: I9aa43ea51fdff2f02cdcc8ff7e906c7305446317 CRs-Fixed: 2344921
This commit is contained in:

committed by
nshrivas

parent
7ec465930a
commit
74e6d8b510
@@ -145,8 +145,8 @@ void *dp_peer_ast_get_cp_ctx(struct dp_soc *soc,
|
||||
void dp_peer_ast_send_wds_del(struct dp_soc *soc,
|
||||
struct dp_ast_entry *ast_entry);
|
||||
|
||||
bool dp_peer_ast_get_wmi_sent(struct dp_soc *soc,
|
||||
struct dp_ast_entry *ast_entry);
|
||||
bool dp_peer_ast_get_del_cmd_sent(struct dp_soc *soc,
|
||||
struct dp_ast_entry *ast_entry);
|
||||
|
||||
void dp_peer_ast_free_entry(struct dp_soc *soc,
|
||||
struct dp_ast_entry *ast_entry);
|
||||
|
Reference in New Issue
Block a user