PERFORCE change 147252 for review
Sam Leffler
sam at FreeBSD.org
Tue Aug 12 17:30:16 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147252
Change 147252 by sam at sam_ebb on 2008/08/12 17:29:51
fix comments; we expect the driver to de-aggregate a-mpdu; the
frames are tagged to indicate reorder processing is needed
Affected files ...
.. //depot/projects/vap/sys/net80211/ieee80211_freebsd.h#31 edit
Differences ...
==== //depot/projects/vap/sys/net80211/ieee80211_freebsd.h#31 (text+ko) ====
@@ -251,10 +251,10 @@
(M_LINK0|M_WDS|M_EAPOL|M_PWR_SAV|M_MORE_DATA|M_FF|M_TXCB|M_AMPDU_MPDU)
/* rx path usage */
-#define M_AMPDU M_PROTO1 /* A-MPDU aggregate */
+#define M_AMPDU M_PROTO1 /* A-MPDU subframe */
#define M_WEP M_PROTO2 /* WEP done by hardware */
#if 0
-#define M_AMPDU_MPDU M_PROTO8 /* A-MPDU de-aggregation done */
+#define M_AMPDU_MPDU M_PROTO8 /* A-MPDU re-order done */
#endif
#define M_80211_RX (M_AMPDU|M_WEP|M_AMPDU_MPDU)
/*
More information about the p4-projects
mailing list