Searched defs:iwl_scale_tbl_info (Results 1 – 2 of 2) sorted by relevance
310 struct iwl_scale_tbl_info { struct311 enum iwl_table_type lq_type;312 u8 ant_type;313 u8 is_SGI; /* 1 = short guard interval */314 u8 is_ht40; /* 1 = 40 MHz channel width */315 u8 is_dup; /* 1 = duplicated data streams */316 u8 action; /* change modulation; IWL_[LEGACY/SISO/MIMO]_SWITCH_* */317 u8 max_search; /* maximun number of tables we can search */318 const u16 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */319 u32 current_rate; /* rate_n_flags, uCode API format */[all …]
263 struct iwl_scale_tbl_info { struct264 struct rs_rate rate;265 enum rs_column column;266 const u16 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */267 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */269 struct iwl_rate_scale_data tpc_win[TPC_MAX_REDUCTION + 1];