]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
Clarify that unit is ms for ROC command
authorPontus Fuchs <pontus.fuchs@gmail.com>
Tue, 13 Nov 2012 11:09:22 +0000 (12:09 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Nov 2012 12:00:06 +0000 (13:00 +0100)
Signed-off-by: Pontus Fuchs <pontus.fuchs@gmail.com>
roc.c

diff --git a/roc.c b/roc.c
index c48fbd3db78a45a01b5e21a18bffff32f8037cb2..c2beb96e56326a81a52c1cc155ef6b4af513a005 100644 (file)
--- a/roc.c
+++ b/roc.c
@@ -38,4 +38,4 @@ static int handle_roc_start(struct nl80211_state *state, struct nl_cb *cb,
        return -ENOBUFS;
 }
 
-COMMAND(roc, start, "<freq> <time>", NL80211_CMD_REMAIN_ON_CHANNEL, 0, CIB_NETDEV, handle_roc_start, "");
+COMMAND(roc, start, "<freq> <time in ms>", NL80211_CMD_REMAIN_ON_CHANNEL, 0, CIB_NETDEV, handle_roc_start, "");