qcacmn: Add optional wifi datapath feature ipa layer
This change adds the optional wifi datapath feature to transfer data to and from modem via WLAN. By using the existing path between WLAN and IPA, this change registers new interfaces between IPA and WLAN to reserve, add, delete and release rx filters, which are required for setting up CCE filter rules. These filters help to determine which packets need to be routed to IPA specific REO rings. Change-Id: I17c2ab77ae343f15d6b79fa02bb70ed62294089c CRs-Fixed: 3403314
此提交包含在:
@@ -351,6 +351,12 @@ QDF_STATUS dp_ipa_disable_pipes(struct cdp_soc_t *soc_hdl, uint8_t pdev_id,
|
||||
*/
|
||||
QDF_STATUS dp_ipa_set_perf_level(int client, uint32_t max_supported_bw_mbps,
|
||||
qdf_ipa_wdi_hdl_t hdl);
|
||||
#ifdef IPA_OPT_WIFI_DP
|
||||
QDF_STATUS dp_ipa_rx_super_rule_setup(struct cdp_soc_t *soc_hdl,
|
||||
void *flt_params);
|
||||
int dp_ipa_pcie_link_up(struct cdp_soc_t *soc_hdl);
|
||||
void dp_ipa_pcie_link_down(struct cdp_soc_t *soc_hdl);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* dp_ipa_rx_intrabss_fwd() - Perform intra-bss fwd for IPA RX path
|
||||
|
新增問題並參考
封鎖使用者