svn commit: r193705 - projects/mesh11s/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Mon Jun 8 11:10:58 UTC 2009


Author: rpaulo
Date: Mon Jun  8 11:10:55 2009
New Revision: 193705
URL: http://svn.freebsd.org/changeset/base/193705

Log:
  Mesh frame not standard; remove it as it will be handled on another way.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/mesh11s/sys/net80211/ieee80211.h

Modified: projects/mesh11s/sys/net80211/ieee80211.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211.h	Mon Jun  8 11:08:15 2009	(r193704)
+++ projects/mesh11s/sys/net80211/ieee80211.h	Mon Jun  8 11:10:55 2009	(r193705)
@@ -107,19 +107,6 @@ struct ieee80211_qosframe_addr4 {
 	uint8_t		i_qos[2];
 } __packed;
 
-struct ieee80211_meshframe {
-	uint8_t		i_fc[2];
-	uint8_t		i_dur[2];
-	uint8_t		i_addr1[IEEE80211_ADDR_LEN];
-	uint8_t		i_addr2[IEEE80211_ADDR_LEN];
-	uint8_t		i_addr3[IEEE80211_ADDR_LEN];
-	uint8_t		i_seq[2];
-	uint8_t		i_addr4[IEEE80211_ADDR_LEN];
-	uint8_t		i_qos[2];
-	uint8_t		i_mflags;	/* address extension flags */
-	uint8_t		i_mttl;		/* mesh ttl */
-	uint8_t		i_mseq[4];	/* mesh sequence no */
-} __packed;
 
 #define	IEEE80211_FC0_VERSION_MASK		0x03
 #define	IEEE80211_FC0_VERSION_SHIFT		0


More information about the svn-src-projects mailing list