qcacmn: AST entry create and update support for IPA

To support WDS feature in IPA driver, WLAN needs
to update the ast entry for any new rx packet, and for
end-nodes connected via repeater to root.

CRs-Fixed: 3226348
Change-Id: I7383b12f18e7c70ec06499d66130667eca033131
此提交包含在:
Devender Kumar
2022-06-27 15:43:49 +05:30
提交者 Madan Koyyalamudi
父節點 3035192763
當前提交 277054124d
共有 10 個檔案被更改,包括 278 行新增18 行删除

查看文件

@@ -295,6 +295,7 @@ static void dp_ast_aging_timer_fn(void *soc_hdl)
}
#endif /* WLAN_FEATURE_MULTI_AST_DEL */
#ifndef IPA_WDS_EASYMESH_FEATURE
/*
* dp_soc_wds_attach() - Setup WDS timer and AST table
* @soc: Datapath SOC handle
@@ -326,6 +327,15 @@ void dp_soc_wds_detach(struct dp_soc *soc)
qdf_timer_stop(&soc->ast_aging_timer);
qdf_timer_free(&soc->ast_aging_timer);
}
#else
void dp_soc_wds_attach(struct dp_soc *soc)
{
}
void dp_soc_wds_detach(struct dp_soc *soc)
{
}
#endif
/**
* dp_tx_mec_handler() - Tx MEC Notify Handler