Lines Matching defs:ath_rate_priv
202 struct ath_rate_priv { struct
203 u8 rate_table_size;
204 u8 probe_rate;
205 u8 hw_maxretry_pktcnt;
206 u8 max_valid_rate;
207 u8 valid_rate_index[RATE_TABLE_SIZE];
208 u8 ht_cap;
209 u8 valid_phy_ratecnt[WLAN_RC_PHY_MAX];
210 u8 valid_phy_rateidx[WLAN_RC_PHY_MAX][RATE_TABLE_SIZE];
211 u8 rate_max_phy;
212 u8 per[RATE_TABLE_SIZE];
213 u32 probe_time;
214 u32 per_down_time;
215 u32 probe_interval;
216 struct ath_rateset neg_rates;
217 struct ath_rateset neg_ht_rates;
218 const struct ath_rate_table *rate_table;
220 struct dentry *debugfs_rcstats;
221 struct ath_rc_stats rcstats[RATE_TABLE_SIZE];