diff options
author | sam <sam@FreeBSD.org> | 2009-04-26 23:04:35 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-04-26 23:04:35 +0000 |
commit | b56ccf5e16a730658f80c0f89fd03bafd1ed90cb (patch) | |
tree | 9b9becaab9645b7d9128fd4cc5ab949649dc8f5b /sys | |
parent | fb7b0175d449fdd5b0f1e3f297005bd273d5d0d4 (diff) | |
download | FreeBSD-src-b56ccf5e16a730658f80c0f89fd03bafd1ed90cb.zip FreeBSD-src-b56ccf5e16a730658f80c0f89fd03bafd1ed90cb.tar.gz |
don't depend on includes to get definitions of struct ieee80211_tx_ampdu
and ieee80211_rx_ampdu; these should've been part of r191552
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net80211/ieee80211_var.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 2d0094d..0160e74 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -108,6 +108,8 @@ struct ieee80211_appie { struct ieee80211_tdma_param; struct ieee80211_rate_table; +struct ieee80211_tx_ampdu; +struct ieee80211_rx_ampdu; struct ieee80211_stageq { struct mbuf *head; /* frames linked w/ m_nextpkt */ |