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
Esse commit está contido em:

commit de
Madan Koyyalamudi

pai
3035192763
commit
277054124d
@@ -13671,7 +13671,10 @@ static struct cdp_ipa_ops dp_ops_ipa = {
|
||||
.ipa_set_perf_level = dp_ipa_set_perf_level,
|
||||
.ipa_rx_intrabss_fwd = dp_ipa_rx_intrabss_fwd,
|
||||
.ipa_tx_buf_smmu_mapping = dp_ipa_tx_buf_smmu_mapping,
|
||||
.ipa_tx_buf_smmu_unmapping = dp_ipa_tx_buf_smmu_unmapping
|
||||
.ipa_tx_buf_smmu_unmapping = dp_ipa_tx_buf_smmu_unmapping,
|
||||
#ifdef IPA_WDS_EASYMESH_FEATURE
|
||||
.ipa_ast_create = dp_ipa_ast_create,
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Referência em uma nova issue
Block a user