qcacmn: Set per_tid_basize_max_tid so that BA size is configured per TID
Set per_tid_basize_max_tid so that BA size is configured per TID. Accordingly fix dp_check_ba_buffersize to ba_window_size to incoming buffer_size. Assert for any BA window size above 1024. Change-Id: I40cb2aac012c50e253c3ef22d44cf5db3abfb7bb CRs-Fixed: 3182601
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f00cc9f71a
commit
017ad75e08
@@ -15246,6 +15246,7 @@ static void dp_soc_cfg_init(struct dp_soc *soc)
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
REO_DST_RING_SIZE_QCA6290);
|
||||
soc->ast_override_support = 1;
|
||||
soc->per_tid_basize_max_tid = 8;
|
||||
|
||||
if (soc->cdp_soc.ol_ops->get_con_mode &&
|
||||
soc->cdp_soc.ol_ops->get_con_mode() ==
|
||||
|
Reference in New Issue
Block a user