Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-rs.h343 struct iwl_scale_tbl_info { struct
344 enum iwl_table_type lq_type;
345 u8 ant_type;
346 u8 is_SGI; /* 1 = short guard interval */
347 u8 is_ht40; /* 1 = 40 MHz channel width */
348 u8 is_dup; /* 1 = duplicated data streams */
349 u8 action; /* change modulation; IWL_[LEGACY/SISO/MIMO]_SWITCH_* */
350 u8 max_search; /* maximun number of tables we can search */
351 s32 *expected_tpt; /* throughput metrics; expected_tpt_G, etc. */
352 u32 current_rate; /* rate_n_flags, uCode API format */
[all …]