add opaque pointer to tx ampdu state for drivers

MFC after:	3 days
This commit is contained in:
sam 2008-02-02 00:38:02 +00:00
parent 9855940fef
commit 3a6b566d92

View File

@ -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 */