From: Johannes Berg Date: Tue, 5 May 2009 13:05:10 +0000 (+0200) Subject: help for 'set name' X-Git-Tag: v0.9.14~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cea8fa1c5b81cb2bcaf93356a1111068dcf1b328;p=thirdparty%2Fiw.git help for 'set name' --- diff --git a/phy.c b/phy.c index 0f5d05f..1c0938a 100644 --- a/phy.c +++ b/phy.c @@ -25,7 +25,8 @@ static int handle_name(struct nl80211_state *state, nla_put_failure: return -ENOBUFS; } -COMMAND(set, name, "", NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_name, NULL); +COMMAND(set, name, "", NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_name, + "Rename this wireless device."); static int handle_freqchan(struct nl_msg *msg, bool chan, int argc, char **argv)