svn commit: r192643 - projects/mesh11s/sys/net80211
Rui Paulo
rpaulo at FreeBSD.org
Sat May 23 16:11:36 UTC 2009
Author: rpaulo
Date: Sat May 23 16:11:36 2009
New Revision: 192643
URL: http://svn.freebsd.org/changeset/base/192643
Log:
Identify code structures that won't be supported in the near future.
Sponsored by: The FreeBSD Foundation
Modified:
projects/mesh11s/sys/net80211/ieee80211_mesh.h
Modified: projects/mesh11s/sys/net80211/ieee80211_mesh.h
==============================================================================
--- projects/mesh11s/sys/net80211/ieee80211_mesh.h Sat May 23 16:05:15 2009 (r192642)
+++ projects/mesh11s/sys/net80211/ieee80211_mesh.h Sat May 23 16:11:36 2009 (r192643)
@@ -117,6 +117,7 @@ enum {
/* values 3-255 are reserved */
};
+#ifdef notyet
/* Mesh Channel Switch Annoucement */
struct ieee80211_meshcsa_ie {
uint8_t csa_ie; /* IEEE80211_ELEMID_MESHCSA */
@@ -185,6 +186,8 @@ struct ieee80211_meshdaopst_ie {
uint8_t daopsrep_setowner[IEEE80211_ADDR_LEN];
} __packed;
+#endif
+
/* Portal (MP) Annoucement */
struct ieee80211_meshpann_ie {
uint8_t pann_ie; /* IEEE80211_ELEMID_MESHPANN */
@@ -257,6 +260,7 @@ struct ieee80211_meshperr_ie {
} perr_dests[1] __packed; /* NB: variable size */
} __packed;
+#ifdef notyet
/* Mesh Proxy Update */
struct ieee80211_meshpu_ie {
uint8_t pu_ie; /* IEEE80211_ELEMID_MESHPU */
@@ -272,6 +276,7 @@ struct ieee80211_meshpuc_ie {
uint8_t puc_seq; /* PU Sequence Number */
uint8_t puc_daddr[IEEE80211_ADDR_LEN];
} __packed;
+#endif
/*
* 802.11s Action Frames
More information about the svn-src-projects
mailing list