android_kernel_xiaomi_sm8350/components
Yu Wang 6a9129e9ea qcacld-3.0: set msdu/mpdu aggr size for each vdev start
The global aggregation size is only set to firmware once
when vdev is created. And the size may be modified
dynamically for a specified AP during association, according
to the OUI based aggregation size configured by ini
'cfg_tx_iot_aggr'.

If global AMSDU size is 0, considering the case as below:
1. connect to AP-1 which is included in 'cfg_tx_iot_aggr',
   the AMSDU size will be set to the specifed value.
2. connect to AP-2 which is NOT in 'cfg_tx_iot_aggr',
   it doesn't reset the AMSDU size to 0, and firmware is
   still using the value set in step #1, it's wrong.

To fix this issue, set the global size for each vdev start,
as init values for each connection.

Change-Id: I790d580fc5762e6816e840ba5484b3cd758334df
CRs-Fixed: 2918046
2021-12-20 18:57:16 +08:00
..
action_oui qcacld-3.0: Add action OUI to disable TWT for some APs 2020-10-29 13:18:17 -07:00
blacklist_mgr qcacld-3.0: protect the reject ap list with mutex lock 2021-04-01 03:45:30 -07:00
cfg
cmn_services qcacld-3.0: channel_switch_complete_evt need wake up all waiting threads 2021-10-26 06:17:29 -07:00
cp_stats/dispatcher qcacld-3.0: Release the peer reference in twt_get_status 2021-09-03 14:13:35 -07:00
disa qcacld-3.0: components: Remove logs for qdf_mem_malloc() checks 2020-09-25 12:59:42 -07:00
dsc qcacld-3.0: Add support to cache north bound commands during SSR 2021-06-08 12:07:00 -07:00
ftm_time_sync
fw_offload qcacld-3.0: Add support to get thermal throttle stats 2021-09-17 00:18:22 -07:00
interop_issues_ap
ipa qcacld-3.0: Handle error cases in ipa_uc_loaded_handler 2021-08-04 00:44:38 -07:00
mlme qcacld-3.0: set msdu/mpdu aggr size for each vdev start 2021-12-20 18:57:16 +08:00
nan qcacld-3.0: Fix mem leak with NDP peer multicast address list 2021-12-01 09:34:42 -08:00
ocb qcacld-3.0: components: Remove logs for qdf_mem_malloc() checks 2020-09-25 12:59:42 -07:00
p2p qcacld-3.0: Add INI to configure MGMT frame HW retry count 2021-12-09 14:02:13 +08:00
pkt_capture qcacld-3.0: Change ops from vdev specific to psoc level 2021-12-07 04:31:48 -08:00
pmo qcacld-3.0: Wait for reg work completion before EP access state transistion 2021-07-26 07:00:29 -07:00
target_if qcacld-3.0: Classify qmi/wmi for WMI_REQUEST_STATS_CMDID 2021-11-24 11:49:24 +08:00
tdls qcacld-3.0: Add support for TDLS 11AX for 6Ghz band 2021-07-20 08:17:58 -07:00
umac/mlme qcacld-3.0: Mem leak in wlan_cm_dual_sta_roam_update_connect_channels 2021-11-30 01:13:35 -08:00
wmi qcacld-3.0: Fix possible OOB in extract_peer_stats_count_tlv 2021-09-29 09:29:33 -07:00