On Wed, Apr 16, 2008 at 1:30 PM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > > > interface.c: In function 'get_if_type': > > interface.c:50: error: 'NL80211_IFTYPE_MESH_POINT' undeclared (first > > use in this function) > > interface.c:50: error: (Each undeclared identifier is reported only once > > interface.c:50: error: for each function it appears in.) > > interface.c: In function 'handle_interface_add': > > interface.c:121: error: 'NL80211_ATTR_MESH_ID' undeclared (first use > > in this function) > > You need a newer copy of nl80211.h or revert back to an older revision > of iw before the mesh code was added. Am I required to get the linux-wireless git kernel tree in order to get the newer nl80211.h? I checked in the 2.6.25-rc9 tree and was surprised to find four copies of nl80211.h: 0 2008-04-14 23:48 ./include/config/nl80211.h 10074 2008-04-11 16:32 ./include/linux/nl80211.h 510 2008-04-11 16:32 ./net/wireless/nl80211.h 10074 2008-04-15 05:50 ./usr/include/linux/nl80211.h It seems interesting that two copies have the same byte count and that one of the files is empty. What's up with that? Thanks, Miles -- 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