From: Johannes Berg Date: Tue, 16 Sep 2008 15:52:56 +0000 (+0200) Subject: add back the ability to add a sibling interface X-Git-Tag: v0.9~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cd3b6c653f4f07428fe5539b2017023a17478a4;p=thirdparty%2Fiw.git add back the ability to add a sibling interface --- diff --git a/interface.c b/interface.c index 6803904..57c3f0a 100644 --- a/interface.c +++ b/interface.c @@ -117,6 +117,8 @@ static int handle_interface_add(struct nl80211_state *state, } COMMAND(interface, add, " type [mesh_id ]", NL80211_CMD_NEW_INTERFACE, 0, CIB_PHY, handle_interface_add); +COMMAND(interface, add, " type [mesh_id ]", + NL80211_CMD_NEW_INTERFACE, 0, CIB_NETDEV, handle_interface_add); static int handle_interface_del(struct nl80211_state *state, struct nl_msg *msg,