From: Johannes Berg Date: Sun, 19 Apr 2009 13:05:58 +0000 (+0200) Subject: add "phy" command as alias for "list" X-Git-Tag: v0.9.13~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=128f0f82ca261da70e1974a52b63d659ff356154;p=thirdparty%2Fiw.git add "phy" command as alias for "list" --- diff --git a/info.c b/info.c index 3939c5e..66c652d 100644 --- a/info.c +++ b/info.c @@ -268,3 +268,4 @@ static int handle_info(struct nl80211_state *state, } TOPLEVEL(info, NULL, NL80211_CMD_GET_WIPHY, 0, CIB_PHY, handle_info); TOPLEVEL(list, NULL, NL80211_CMD_GET_WIPHY, NLM_F_DUMP, CIB_NONE, handle_info); +TOPLEVEL(phy, NULL, NL80211_CMD_GET_WIPHY, NLM_F_DUMP, CIB_NONE, handle_info);