Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/
Dcommon.h2757 struct il_scale_tbl_info { struct
2758 enum il_table_type lq_type;
2759 u8 ant_type;
2760 u8 is_SGI; /* 1 = short guard interval */
2761 u8 is_ht40; /* 1 = 40 MHz channel width */
2762 u8 is_dup; /* 1 = duplicated data streams */
2763 u8 action; /* change modulation; IL_[LEGACY/SISO/MIMO]_SWITCH_* */
2764 u8 max_search; /* maximun number of tables we can search */
2765 s32 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */
2766 u32 current_rate; /* rate_n_flags, uCode API format */
[all …]