Searched defs:ath_node (Results 1 – 1 of 1) sorted by relevance
254 struct ath_node { struct255 struct ath_softc *sc;256 struct ieee80211_sta *sta; /* station struct we're part of */257 struct ieee80211_vif *vif; /* interface with which we're associated */259 u16 maxampdu;260 u8 mpdudensity;261 s8 ps_key;263 bool sleeping;264 bool no_ps_filter;267 struct ath_rx_rate_stats rx_rate_stats;[all …]