qcacmn: Update WMM params per VAP for lithium onwards
Update WMM params per VAP for lithium onwards Change-Id: I025d8f314b255f4fa2da5c83916a122733b36c27 CRs-Fixed: 2064780
This commit is contained in:

committed by
snandini

parent
1aa91d9c60
commit
d2e7580d7e
@@ -4047,6 +4047,27 @@ struct wmm_update_params {
|
||||
struct wmi_host_wmeParams *wmep_array;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct wmi_host_wmevParams - WME params
|
||||
* @wmep_acm: ACM paramete
|
||||
* @wmep_aifsn: AIFSN parameters
|
||||
* @wmep_logcwmin: cwmin in exponential form
|
||||
* @wmep_logcwmax: cwmax in exponential form
|
||||
* @wmep_txopLimit: txopLimit
|
||||
* @wmep_noackPolicy: No-Ack Policy: 0=ack, 1=no-ack
|
||||
*/
|
||||
struct wmi_host_wme_vparams {
|
||||
u_int32_t acm;
|
||||
u_int32_t aifs;
|
||||
u_int32_t cwmin;
|
||||
u_int32_t cwmax;
|
||||
union {
|
||||
u_int32_t txoplimit;
|
||||
u_int32_t mu_edca_timer;
|
||||
};
|
||||
u_int32_t noackpolicy;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct ant_switch_tbl_params - Antenna switch table params
|
||||
* @ant_ctrl_common1: ANtenna control common param 1
|
||||
|
Reference in New Issue
Block a user