mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
don't depend on includes to get definitions of struct ieee80211_tx_ampdu
and ieee80211_rx_ampdu; these should've been part of r191552
This commit is contained in:
parent
168f582e2e
commit
0510acbded
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue