qcacmn: 4k skb buffer change
add new ini to configure skb size and change it in each place its used correspondingly Change-Id: Id00c6351bf6bc1b9df5e19064b2057dadd315e9b CRs-Fixed: 3584462
This commit is contained in:

committed by
Rahul Choudhary

parent
0b84f05679
commit
4902c68f4d
@@ -4230,6 +4230,7 @@ wlan_cfg_soc_attach(struct cdp_ctrl_objmgr_psoc *psoc)
|
||||
|
||||
wlan_cfg_ctx->tx_ring_size = cfg_get(psoc, CFG_DP_TX_RING_SIZE);
|
||||
wlan_cfg_ctx->time_control_bp = cfg_get(psoc, CFG_DP_TIME_CONTROL_BP);
|
||||
wlan_cfg_ctx->rx_buffer_size = cfg_get(psoc, CFG_DP_RX_BUFFER_SIZE);
|
||||
wlan_cfg_ctx->qref_control_size =
|
||||
cfg_get(psoc, CFG_DP_QREF_CONTROL_SIZE);
|
||||
wlan_cfg_ctx->tx_comp_ring_size = cfg_get(psoc,
|
||||
@@ -4850,6 +4851,13 @@ int wlan_cfg_time_control_bp(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
return cfg->time_control_bp;
|
||||
}
|
||||
|
||||
int wlan_cfg_rx_buffer_size(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->rx_buffer_size;
|
||||
}
|
||||
|
||||
qdf_export_symbol(wlan_cfg_rx_buffer_size);
|
||||
|
||||
int wlan_cfg_qref_control_size(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->qref_control_size;
|
||||
|
Reference in New Issue
Block a user