Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ht.h42 struct ieee80211_tx_ampdu { struct
43 struct ieee80211_node *txa_ni; /* back pointer */
44 u_short txa_flags;
53 uint8_t txa_tid;
54 uint8_t txa_token; /* dialog token */
58 int txa_qbytes; /* data queued (bytes) */
59 short txa_qframes; /* data queued (frames) */
62 uint16_t txa_wnd; /* BA window size */
65 struct callout txa_timer;
66 void *txa_private; /* driver-private storage */
[all …]