svn commit: r191554 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Sun Apr 26 23:04:36 UTC 2009


Author: sam
Date: Sun Apr 26 23:04:35 2009
New Revision: 191554
URL: http://svn.freebsd.org/changeset/base/191554

Log:
  don't depend on includes to get definitions of struct ieee80211_tx_ampdu
  and ieee80211_rx_ampdu; these should've been part of r191552

Modified:
  head/sys/net80211/ieee80211_var.h

Modified: head/sys/net80211/ieee80211_var.h
==============================================================================
--- head/sys/net80211/ieee80211_var.h	Sun Apr 26 23:02:17 2009	(r191553)
+++ head/sys/net80211/ieee80211_var.h	Sun Apr 26 23:04:35 2009	(r191554)
@@ -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 */


More information about the svn-src-head mailing list