Searched defs:ieee80211_rx_ampdu (Results 1 – 1 of 1) sorted by relevance
84 struct ieee80211_rx_ampdu { struct85 int rxa_flags;86 int rxa_qbytes; /* data queued (bytes) */87 short rxa_qframes; /* data queued (frames) */88 ieee80211_seq rxa_seqstart;89 ieee80211_seq rxa_start; /* start of current BA window */90 uint16_t rxa_wnd; /* BA window size */91 clock_t rxa_age; /* age of oldest frame in window */92 int rxa_nframes; /* frames since ADDBA */93 mblk_t *rxa_m[IEEE80211_AGGR_BAWMAX];