Lines Matching defs:il_lq_sta
2797 struct il_lq_sta { struct
2798 u8 active_tbl; /* idx of active table, range 0-1 */
2799 u8 enable_counter; /* indicates HT mode */
2800 u8 stay_in_tbl; /* 1: disallow, 0: allow search for new mode */
2801 u8 search_better_tbl; /* 1: currently trying alternate mode */
2802 s32 last_tpt;
2805 u32 table_count_limit;
2806 u32 max_failure_limit; /* # failed frames before new search */
2807 u32 max_success_limit; /* # successful frames before new search */
2808 u32 table_count;
2809 u32 total_failed; /* total failed frames, any/all rates */
2810 u32 total_success; /* total successful frames, any/all rates */
2811 u64 flush_timer; /* time staying in mode before new search */
2813 u8 action_counter; /* # mode-switch actions tried */
2814 u8 is_green;
2815 u8 is_dup;
2816 enum ieee80211_band band;
2819 u32 supp_rates;
2820 u16 active_legacy_rate;
2821 u16 active_siso_rate;
2822 u16 active_mimo2_rate;
2823 s8 max_rate_idx; /* Max rate set by user */
2824 u8 missed_rate_counter;
2826 struct il_link_quality_cmd lq;
2827 struct il_scale_tbl_info lq_info[LQ_SIZE]; /* "active", "search" */
2828 struct il_traffic_load load[TID_MAX_LOAD_COUNT];
2829 u8 tx_agg_tid_en;
2831 struct dentry *rs_sta_dbgfs_scale_table_file;
2832 struct dentry *rs_sta_dbgfs_stats_table_file;
2833 struct dentry *rs_sta_dbgfs_rate_scale_data_file;
2834 struct dentry *rs_sta_dbgfs_tx_agg_tid_en_file;
2835 u32 dbg_fixed_rate;
2859 struct il_lq_sta lq_sta; argument