Lines Matching defs:il_scale_tbl_info
2929 struct il_scale_tbl_info { struct
2930 enum il_table_type lq_type;
2931 u8 ant_type;
2932 u8 is_SGI; /* 1 = short guard interval */
2933 u8 is_ht40; /* 1 = 40 MHz channel width */
2934 u8 is_dup; /* 1 = duplicated data streams */
2935 u8 action; /* change modulation; IL_[LEGACY/SISO/MIMO]_SWITCH_* */
2936 u8 max_search; /* maximun number of tables we can search */
2937 s32 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */
2938 u32 current_rate; /* rate_n_flags, uCode API format */
2939 struct il_rate_scale_data win[RATE_COUNT]; /* rate histories */