qcacmn: Add change to send custom AMPDU/AMSDU aggr size
Add change to support sending AMPDU/AMSDU custom aggregation size to FW using converged MLME and target_if framework. Change-Id: Icf665e3bf30c5ef5903342264e89776611c7774a CRs-Fixed: 2430278
This commit is contained in:
@@ -3041,17 +3041,19 @@ struct set_custom_aggr_size_params {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifndef CMN_VDEV_MGR_TGT_IF_ENABLE
|
||||
/**
|
||||
* enum wmi_host_custom_aggr_type_t: custon aggregate type
|
||||
* enum wmi_host_custom_aggr_type: custon aggregate type
|
||||
* @WMI_HOST_CUSTOM_AGGR_TYPE_AMPDU: A-MPDU aggregation
|
||||
* @WMI_HOST_CUSTOM_AGGR_TYPE_AMSDU: A-MSDU aggregation
|
||||
* @WMI_HOST_CUSTOM_AGGR_TYPE_MAX: Max type
|
||||
*/
|
||||
enum wmi_host_custom_aggr_type_t {
|
||||
enum wmi_host_custom_aggr_type {
|
||||
WMI_HOST_CUSTOM_AGGR_TYPE_AMPDU = 0,
|
||||
WMI_HOST_CUSTOM_AGGR_TYPE_AMSDU = 1,
|
||||
WMI_HOST_CUSTOM_AGGR_TYPE_MAX,
|
||||
};
|
||||
#endif
|
||||
|
||||
/*
|
||||
* msduq_update_params - MSDUQ update param structure
|
||||
|
Reference in New Issue
Block a user