mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
add opaque pointer to tx ampdu state for drivers
MFC after: 3 days
This commit is contained in:
parent
983daa047f
commit
2d165aedd9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue