qcacmn: Remove IP from files
remove IP from code Change-Id: If119a4af213b10aadb9f1344e50b0342e72405c2 CRs-Fixed: 3073864
This commit is contained in:
@@ -4066,7 +4066,7 @@ bool dp_reo_remap_config(struct dp_soc *soc, uint32_t *remap0,
|
||||
target_type = hal_get_target_type(soc->hal_soc);
|
||||
|
||||
switch (target_type) {
|
||||
case TARGET_TYPE_WCN7850:
|
||||
case TARGET_TYPE_KIWI:
|
||||
hal_compute_reo_remap_ix2_ix3(soc->hal_soc, ring,
|
||||
soc->num_reo_dest_rings -
|
||||
USE_2_IPA_RX_REO_RINGS, remap1,
|
||||
@@ -9236,7 +9236,7 @@ static QDF_STATUS dp_set_pdev_param(struct cdp_soc_t *cdp_soc, uint8_t pdev_id,
|
||||
pdev->ch_band_lmac_id_mapping[REG_BAND_5G] = DP_MAC0_LMAC_ID;
|
||||
pdev->ch_band_lmac_id_mapping[REG_BAND_6G] = DP_MAC0_LMAC_ID;
|
||||
break;
|
||||
case TARGET_TYPE_WCN7850:
|
||||
case TARGET_TYPE_KIWI:
|
||||
pdev->ch_band_lmac_id_mapping[REG_BAND_2G] = DP_MAC0_LMAC_ID;
|
||||
pdev->ch_band_lmac_id_mapping[REG_BAND_5G] = DP_MAC0_LMAC_ID;
|
||||
pdev->ch_band_lmac_id_mapping[REG_BAND_6G] = DP_MAC0_LMAC_ID;
|
||||
@@ -14241,7 +14241,7 @@ static void dp_soc_cfg_init(struct dp_soc *soc)
|
||||
}
|
||||
soc->wlan_cfg_ctx->rxdma1_enable = 0;
|
||||
break;
|
||||
case TARGET_TYPE_WCN7850:
|
||||
case TARGET_TYPE_KIWI:
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
REO_DST_RING_SIZE_QCA6290);
|
||||
soc->ast_override_support = 1;
|
||||
@@ -14343,7 +14343,7 @@ static void dp_soc_cfg_attach(struct dp_soc *soc)
|
||||
REO_DST_RING_SIZE_QCA6290);
|
||||
soc->wlan_cfg_ctx->rxdma1_enable = 0;
|
||||
break;
|
||||
case TARGET_TYPE_WCN7850:
|
||||
case TARGET_TYPE_KIWI:
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
REO_DST_RING_SIZE_QCA6290);
|
||||
soc->wlan_cfg_ctx->rxdma1_enable = 0;
|
||||
|
Reference in New Issue
Block a user