linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] iw: fix tid config help entries
@ 2020-09-07  6:35 Tamizh chelvam
  0 siblings, 0 replies; only message in thread
From: Tamizh chelvam @ 2020-09-07  6:35 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless, Tamizh Chelvam

From: Tamizh Chelvam <tamizhr@codeaurora.org>

Fix help entries for TID config command by adding
"set tidconf" command info in that.

Signed-off-by: Tamizh Chelvam <tamizhr@codeaurora.org>
---
 interface.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface.c b/interface.c
index df96bed..c9da4b4 100644
--- a/interface.c
+++ b/interface.c
@@ -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"
 	);
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-07  6:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07  6:35 [PATCH] iw: fix tid config help entries Tamizh chelvam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).