Searched defs:iwl_lq_sta (Results 1 – 2 of 2) sorted by relevance
339 struct iwl_lq_sta { struct340 u8 active_tbl; /* index of active table, range 0-1 */341 u8 enable_counter; /* indicates HT mode */342 u8 stay_in_tbl; /* 1: disallow, 0: allow search for new mode */343 u8 search_better_tbl; /* 1: currently trying alternate mode */344 s32 last_tpt;347 u32 table_count_limit;348 u32 max_failure_limit; /* # failed frames before new search */349 u32 max_success_limit; /* # successful frames before new search */350 u32 table_count;[all …]
284 struct iwl_lq_sta { struct285 u8 active_tbl; /* index of active table, range 0-1 */286 u8 rs_state; /* RS_STATE_* */287 u8 search_better_tbl; /* 1: currently trying alternate mode */288 s32 last_tpt;291 u32 table_count_limit;292 u32 max_failure_limit; /* # failed frames before new search */293 u32 max_success_limit; /* # successful frames before new search */294 u32 table_count;295 u32 total_failed; /* total failed frames, any/all rates */[all …]