Home
last modified time | relevance | path

Searched defs:iwl_scale_tbl_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h290 struct iwl_scale_tbl_info { struct
291 enum iwl_table_type lq_type;
292 u8 ant_type;
293 u8 is_SGI; /* 1 = short guard interval */
294 u8 is_ht40; /* 1 = 40 MHz channel width */
295 u8 is_dup; /* 1 = duplicated data streams */
296 u8 action; /* change modulation; IWL_[LEGACY/SISO/MIMO]_SWITCH_* */
297 u8 max_search; /* maximun number of tables we can search */
298 const u16 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */
299 u32 current_rate; /* rate_n_flags, uCode API format */
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h279 struct iwl_scale_tbl_info { struct
280 struct rs_rate rate;
281 enum rs_column column;
282 const u16 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */
283 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */
285 struct iwl_rate_scale_data tpc_win[TPC_MAX_REDUCTION + 1];