Searched defs:iwl_scale_tbl_info (Results 1 – 2 of 2) sorted by relevance
295 struct iwl_scale_tbl_info { struct296 enum iwl_table_type lq_type;297 u8 ant_type;298 u8 is_SGI; /* 1 = short guard interval */299 u8 is_ht40; /* 1 = 40 MHz channel width */300 u8 is_dup; /* 1 = duplicated data streams */301 u8 action; /* change modulation; IWL_[LEGACY/SISO/MIMO]_SWITCH_* */302 u8 max_search; /* maximun number of tables we can search */303 const u16 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */304 u32 current_rate; /* rate_n_flags, uCode API format */[all …]
301 struct iwl_scale_tbl_info { struct302 struct rs_rate rate;303 enum rs_column column;304 const u16 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */305 struct iwl_rate_scale_data win[IWL_RATE_COUNT]; /* rate histories */307 struct iwl_rate_scale_data tpc_win[TPC_MAX_REDUCTION + 1];