Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 11:10:55 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r193705 - projects/mesh11s/sys/net80211
Message-ID:  <200906081110.n58BAtoq027609@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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