qcacmn: Add FISA dynamic MSDU aggregation size support
Add support in driver to check whether F.W supports dynamic MSDU aggregation size programming to H.W. Change-Id: Ifb2d41efb23934414cce38753df82e1d15f01e11 CRs-Fixed: 3540531
This commit is contained in:

committed by
Rahul Choudhary

orang tua
526fa532f0
melakukan
9fad850066
@@ -6413,6 +6413,7 @@ typedef enum {
|
||||
#ifdef WLAN_ATF_INCREASED_STA
|
||||
wmi_service_atf_max_client_512_support,
|
||||
#endif
|
||||
wmi_service_fisa_dynamic_msdu_aggr_size_support,
|
||||
wmi_services_max,
|
||||
} wmi_conv_service_ids;
|
||||
#define WMI_SERVICE_UNAVAILABLE 0xFFFF
|
||||
|
@@ -22485,6 +22485,8 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
wmi_service[wmi_service_atf_max_client_512_support] =
|
||||
WMI_SERVICE_ATF_MAX_CLIENT_512_SUPPORT;
|
||||
#endif
|
||||
wmi_service[wmi_service_fisa_dynamic_msdu_aggr_size_support] =
|
||||
WMI_SERVICE_FISA_DYNAMIC_MSDU_AGGR_SIZE_SUPPORT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user