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