From: Sujith Manoharan Date: Wed, 27 Apr 2011 04:10:30 +0000 (+0530) Subject: iw: Clarify bitrate mask documentation X-Git-Tag: v3.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dce7b72035abb76a95187a322ec91c76845dfb15;p=thirdparty%2Fiw.git iw: Clarify bitrate mask documentation Signed-off-by: Sujith Manoharan --- diff --git a/bitrate.c b/bitrate.c index 0012514..cefd150 100644 --- a/bitrate.c +++ b/bitrate.c @@ -137,4 +137,6 @@ static int handle_bitrates(struct nl80211_state *state, #endif COMMAND(set, bitrates, DESCR, NL80211_CMD_SET_TX_BITRATE_MASK, 0, CIB_NETDEV, - handle_bitrates, "Sets up the specified rate masks."); + handle_bitrates, + "Sets up the specified rate masks.\n" + "Not passing any arguments would clear the existing mask (if any).");