Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2009 22:20:24 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r191155 - projects/mesh11s/sys/net
Message-ID:  <200904162220.n3GMKOTv093538@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Thu Apr 16 22:20:23 2009
New Revision: 191155
URL: http://svn.freebsd.org/changeset/base/191155

Log:
  Add MBSS (net80211).
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/mesh11s/sys/net/if_media.h

Modified: projects/mesh11s/sys/net/if_media.h
==============================================================================
--- projects/mesh11s/sys/net/if_media.h	Thu Apr 16 22:04:07 2009	(r191154)
+++ projects/mesh11s/sys/net/if_media.h	Thu Apr 16 22:20:23 2009	(r191155)
@@ -216,6 +216,7 @@ uint64_t	ifmedia_baudrate(int);
 #define	IFM_IEEE80211_WDS	0x00000800	/* Operate in WDS mode */
 #define	IFM_IEEE80211_TURBO	0x00001000	/* Operate in turbo mode */
 #define	IFM_IEEE80211_MONITOR	0x00002000	/* Operate in monitor mode */
+#define	IFM_IEEE80211_MBSS	0x00004000	/* Operate in MBSS mode */
 
 /* operating mode for multi-mode devices */
 #define	IFM_IEEE80211_11A	0x00010000	/* 5Ghz, OFDM mode */
@@ -507,6 +508,7 @@ struct ifmedia_description {
 	{ IFM_IEEE80211_WDS, "wds" },					\
 	{ IFM_IEEE80211_TURBO, "turbo" },				\
 	{ IFM_IEEE80211_MONITOR, "monitor" },				\
+	{ IFM_IEEE80211_MBSS, "meshpoint" },				\
 	{ 0, NULL },							\
 }
 



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