On Wed, 2014-11-12 at 13:47 +0200, Luca Coelho wrote: > On Wed, 2014-11-12 at 13:36 +0200, Jukka Rissanen wrote: > > @@ -2056,6 +2056,8 @@ enum nl80211_attrs { > > #define NL80211_ATTR_KEY NL80211_ATTR_KEY > > #define NL80211_ATTR_KEYS NL80211_ATTR_KEYS > > #define NL80211_ATTR_FEATURE_FLAGS NL80211_ATTR_FEATURE_FLAGS > > +#define NL80211_ATTR_IFACE_SOCKET_OWNER NL80211_ATTR_SOCKET_OWNER > > +#define NL80211_ATTR_SOCKET_OWNER NL80211_ATTR_SOCKET_OWNER > > The second define seems to be a mistake? Yes, both are wrong here. We played with defining some attributes to themselves to allow #ifdef feature detection, but that didn't really work out well and now we just copy nl80211.h to the userspace tools needing a recent version. I think that's no longer needed now. There should already be a second block of #ifdefs though that has renamed ones, so you should add this one there. Your patch is also missing signed-off-by. 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