diff mbox

iw: Clarify bitrate mask documentation

Message ID 19895.38710.490485.761234@gargle.gargle.HOWL (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Sujith Manoharan April 27, 2011, 4:10 a.m. UTC
From: Sujith Manoharan <Sujith.Manoharan@atheros.com>

Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
---
 bitrate.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff mbox

Patch

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).");