qcacld-3.0: Add support to program dynamic FISA aggregation size

Currently FISA max aggregation count is fixed 16, but some
platforms can support different max aggregation count.

So while sending HTT FISA config if F.W is capable of programming
dynamic msdu aggregation sizes, then select max aggregation count
based on target type and send it to F.W.

Change-Id: Ic5212536024a3ceb0b2c4ad111172870f1825969
CRs-Fixed: 3542509
This commit is contained in:
Karthik Kantamneni
2023-06-27 17:35:03 +05:30
committed by Rahul Choudhary
parent e36e99b637
commit 638da26c32
7 changed files with 64 additions and 0 deletions

View File

@@ -64,4 +64,13 @@ void wlan_dp_print_fisa_rx_stats(enum cdp_fisa_stats_id stats_id);
* Return: None
*/
void wlan_dp_set_fst_in_cmem(bool fst_in_cmem);
/**
* wlan_dp_set_fisa_dynamic_aggr_size_support - Set flag to indicate dynamic
* MSDU aggregation size programming supported
* @dynamic_aggr_size_support: Flag to indicate dynamic aggregation size support
*
* Return: None
*/
void wlan_dp_set_fisa_dynamic_aggr_size_support(bool dynamic_aggr_size_support);
#endif