Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2008 17:30:15 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147252 for review
Message-ID:  <200808121730.m7CHUFXn058032@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147252

Change 147252 by sam@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)
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808121730.m7CHUFXn058032>