Searched defs:iwl_lq_sta (Results 1 – 1 of 1) sorted by relevance
319 struct iwl_lq_sta { struct320 u8 active_tbl; /* index of active table, range 0-1 */321 u8 enable_counter; /* indicates HT mode */322 u8 stay_in_tbl; /* 1: disallow, 0: allow search for new mode */323 u8 search_better_tbl; /* 1: currently trying alternate mode */324 s32 last_tpt;327 u32 table_count_limit;328 u32 max_failure_limit; /* # failed frames before new search */329 u32 max_success_limit; /* # successful frames before new search */330 u32 table_count;[all …]