From: Johannes Berg Date: Tue, 5 May 2009 13:04:19 +0000 (+0200) Subject: add note to set channel/freq X-Git-Tag: v0.9.14~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00c448b2162e14eb8fecbb967ad908f25207f346;p=thirdparty%2Fiw.git add note to set channel/freq --- diff --git a/phy.c b/phy.c index bf0d6c1..0f5d05f 100644 --- a/phy.c +++ b/phy.c @@ -75,7 +75,9 @@ static int handle_freq(struct nl80211_state *state, return handle_freqchan(msg, false, argc, argv); } COMMAND(set, freq, " [HT20|HT40+|HT40-]", - NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_freq, NULL); + NL80211_CMD_SET_WIPHY, 0, CIB_PHY, handle_freq, + "Set frequency/channel the hardware is using, including HT\n" + "configuration."); COMMAND(set, freq, " [HT20|HT40+|HT40-]", NL80211_CMD_SET_WIPHY, 0, CIB_NETDEV, handle_freq, NULL);