mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
add opaque pointer to tx ampdu state for drivers
MFC after: 3 days
This commit is contained in:
parent
983daa047f
commit
2d165aedd9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175880
@ -55,6 +55,7 @@ struct ieee80211_tx_ampdu {
|
||||
int txa_lastrequest;/* time of last ADDBA request */
|
||||
struct ifqueue txa_q; /* packet queue */
|
||||
struct callout txa_timer;
|
||||
void *txa_private; /* driver-private storage */
|
||||
};
|
||||
|
||||
/* return non-zero if AMPDU tx for the TID is running */
|
||||
|
Loading…
Reference in New Issue
Block a user