Lines Matching defs:il_lq_sta
2776 struct il_lq_sta { struct
2777 u8 active_tbl; /* idx of active table, range 0-1 */
2778 u8 enable_counter; /* indicates HT mode */
2779 u8 stay_in_tbl; /* 1: disallow, 0: allow search for new mode */
2780 u8 search_better_tbl; /* 1: currently trying alternate mode */
2781 s32 last_tpt;
2784 u32 table_count_limit;
2785 u32 max_failure_limit; /* # failed frames before new search */
2786 u32 max_success_limit; /* # successful frames before new search */
2787 u32 table_count;
2788 u32 total_failed; /* total failed frames, any/all rates */
2789 u32 total_success; /* total successful frames, any/all rates */
2790 u64 flush_timer; /* time staying in mode before new search */
2792 u8 action_counter; /* # mode-switch actions tried */
2793 u8 is_green;
2794 u8 is_dup;
2795 enum nl80211_band band;
2798 u32 supp_rates;
2799 u16 active_legacy_rate;
2800 u16 active_siso_rate;
2801 u16 active_mimo2_rate;
2802 s8 max_rate_idx; /* Max rate set by user */
2803 u8 missed_rate_counter;
2805 struct il_link_quality_cmd lq;
2806 struct il_scale_tbl_info lq_info[LQ_SIZE]; /* "active", "search" */
2807 struct il_traffic_load load[TID_MAX_LOAD_COUNT];
2808 u8 tx_agg_tid_en;
2810 u32 dbg_fixed_rate;
2834 struct il_lq_sta lq_sta; argument