Re: [PATCH v5 10/10] nl80211: return mesh capabilities
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2011-03-30 08:13:55
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2011-03-30 08:13:55
On Tue, 2011-03-29 at 19:06 -0700, Thomas Pedersen wrote:
NL80211_CMD_GET_MESH_CONFIG now returns an NL80211_ATTR_MESH_CAPS containing the current capabilities of our mesh stack. This is useful for forward compatibility between old kernels and new userspace tools.
I think they should just be returned in the wiphy info, there's no reason to create a mesh interface first to be able to query them, I think? johannes