svn commit: r297594 - head/sys/net80211

Adrian Chadd adrian at FreeBSD.org
Tue Apr 5 21:54:43 UTC 2016


Author: adrian
Date: Tue Apr  5 21:54:42 2016
New Revision: 297594
URL: https://svnweb.freebsd.org/changeset/base/297594

Log:
  [net80211] note that M_FF will soon mean "fast-frames" or "A-MSDU."

Modified:
  head/sys/net80211/ieee80211_freebsd.h

Modified: head/sys/net80211/ieee80211_freebsd.h
==============================================================================
--- head/sys/net80211/ieee80211_freebsd.h	Tue Apr  5 21:54:07 2016	(r297593)
+++ head/sys/net80211/ieee80211_freebsd.h	Tue Apr  5 21:54:42 2016	(r297594)
@@ -263,7 +263,7 @@ struct mbuf *ieee80211_getmgtframe(uint8
 #define	M_EAPOL		M_PROTO3		/* PAE/EAPOL frame */
 #define	M_PWR_SAV	M_PROTO4		/* bypass PS handling */
 #define	M_MORE_DATA	M_PROTO5		/* more data frames to follow */
-#define	M_FF		M_PROTO6		/* fast frame */
+#define	M_FF		M_PROTO6		/* fast frame / A-MSDU */
 #define	M_TXCB		M_PROTO7		/* do tx complete callback */
 #define	M_AMPDU_MPDU	M_PROTO8		/* ok for A-MPDU aggregation */
 #define	M_FRAG		M_PROTO9		/* frame fragmentation */


More information about the svn-src-head mailing list