Searched defs:ieee80211_rx_ampdu (Results 1 – 1 of 1) sorted by relevance
165 struct ieee80211_rx_ampdu { struct166 int rxa_flags;167 int rxa_qbytes; /* data queued (bytes) */168 short rxa_qframes; /* data queued (frames) */169 ieee80211_seq rxa_seqstart;171 uint16_t rxa_wnd; /* BA window size */172 int rxa_age; /* age of oldest frame in window */173 int rxa_nframes; /* frames since ADDBA */174 struct mbufq rxa_mq[IEEE80211_AGGR_BAWMAX];175 void *rxa_private;[all …]