Home
last modified time | relevance | path

Searched defs:ieee80211_tx_ampdu (Results 1 – 1 of 1) sorted by path

/freebsd/sys/net80211/
H A Dieee80211_ht.h40 struct ieee80211_tx_ampdu { struct
41 struct ieee80211_node *txa_ni; /* back pointer */
42 u_short txa_flags;
51 uint8_t txa_tid;
52 uint8_t txa_token; /* dialog token */
56 int txa_qbytes; /* data queued (bytes) */
57 short txa_qframes; /* data queued (frames) */
60 uint16_t txa_wnd; /* BA window size */
63 struct callout txa_timer;
64 void *txa_private; /* driver-private storage */
[all …]