Searched defs:ieee80211_amrr_node (Results 1 – 1 of 1) sorted by relevance
48 struct ieee80211_amrr_node { struct49 struct ieee80211_amrr *amn_amrr;/* backpointer */50 int amn_rix; /* current rate index */51 int amn_ticks; /* time of last update */53 int amn_vht_mcs;54 int amn_vht_nss;57 u_int amn_txcnt;58 u_int amn_success;59 u_int amn_success_threshold;60 u_int amn_recovery;[all …]