]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
iw: fix tid config help entries
authorTamizh Chelvam <tamizhr@codeaurora.org>
Mon, 7 Sep 2020 06:35:34 +0000 (06:35 +0000)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 18 Sep 2020 11:10:06 +0000 (13:10 +0200)
Fix help entries for TID config command by adding
"set tidconf" command info in that.

Signed-off-by: Tamizh Chelvam <tamizhr@codeaurora.org>
Link: https://lore.kernel.org/r/010101746746e7dc-fddbd674-90f6-42f7-9bb7-d41d524c6477-000000@us-west-2.amazonses.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
interface.c

index df96bede165d5042242f4af14445a7453409b20d..c9da4b4997a85860bfcdb4ed6b64b64173ab5c9f 100644 (file)
@@ -951,8 +951,8 @@ COMMAND(set, tidconf, "[peer <MAC address>] tids <mask> [override] [sretry <num>
        "If MAC address is not specified, then supplied TID configuration\n"
        "applied to all the peers.\n"
        "Examples:\n"
-       "  $ iw dev wlan0 tids 0x1 ampdu off\n"
-       "  $ iw dev wlan0 tids 0x5 ampdu off amsdu off rtscts on\n"
-       "  $ iw dev wlan0 tids 0x3 override ampdu on noack on rtscts on\n"
-       "  $ iw dev wlan0 peer xx:xx:xx:xx:xx:xx tids 0x1 ampdu off tids 0x3 amsdu off rtscts on\n"
+       "  $ iw dev wlan0 set tidconf tids 0x1 ampdu off\n"
+       "  $ iw dev wlan0 set tidconf tids 0x5 ampdu off amsdu off rtscts on\n"
+       "  $ iw dev wlan0 set tidconf tids 0x3 override ampdu on noack on rtscts on\n"
+       "  $ iw dev wlan0 set tidconf peer xx:xx:xx:xx:xx:xx tids 0x1 ampdu off tids 0x3 amsdu off rtscts on\n"
        );