Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.h321 struct iwl_lq_sta { struct
322 u8 active_tbl; /* index of active table, range 0-1 */
323 u8 rs_state; /* RS_STATE_* */
324 u8 search_better_tbl; /* 1: currently trying alternate mode */
325 s32 last_tpt;
328 u32 table_count_limit;
329 u32 max_failure_limit; /* # failed frames before new search */
330 u32 max_success_limit; /* # successful frames before new search */
331 u32 table_count;
332 u32 total_failed; /* total failed frames, any/all rates */
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Drs.h324 struct iwl_lq_sta { struct
325 u8 active_tbl; /* index of active table, range 0-1 */
326 u8 enable_counter; /* indicates HT mode */
327 u8 stay_in_tbl; /* 1: disallow, 0: allow search for new mode */
328 u8 search_better_tbl; /* 1: currently trying alternate mode */
329 s32 last_tpt;
332 u32 table_count_limit;
333 u32 max_failure_limit; /* # failed frames before new search */
334 u32 max_success_limit; /* # successful frames before new search */
335 u32 table_count;
[all …]