Searched defs:iwl_scale_tbl_info (Results 1 – 2 of 2) sorted by relevance
290 struct iwl_scale_tbl_info { struct291 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 …]
284 struct iwl_scale_tbl_info { struct285 struct rs_rate rate;286 enum rs_column column;287 const u16 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */288 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */290 struct iwl_rate_scale_data tpc_win[TPC_MAX_REDUCTION + 1];