On Tue, 2011-05-03 at 16:57 -0700, Javier Cardona wrote: > +++ b/include/linux/nl80211.h > @@ -902,6 +902,9 @@ enum nl80211_commands { > * @NL80211_ATTR_SUPPORT_MESH_AUTH: Currently, this means the underlying driver > * allows auth frames in a mesh to be passed to userspace for processing via > * the @NL80211_MESH_SETUP_USERSPACE_AUTH flag. > + * @NL80211_ATTR_STA_PLINK_STATE: The state of a mesh peer link. Used when > + * userspace is driving the peer link management state machine. > + * @NL80211_MESH_SETUP_USERSPACE_AMPE must be enabled. What values are contained in this field? > +++ b/include/net/cfg80211.h > @@ -372,6 +372,33 @@ enum plink_actions { > }; > > /** > + * enum plink_states - state of a mesh peer link finite state machine Looks like you want these, but they're definitely in the wrong file then. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html