Lines Matching defs:ath_node
254 struct ath_node { struct
255 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;
269 u8 key_idx[4];
271 int ackto;
272 struct list_head list;