Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 2015 15:47:23 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r286840 - head/usr.sbin/wlandebug
Message-ID:  <20150817124723.GJ75813@FreeBSD.org>
In-Reply-To: <20150817104706.GE68726@ivaldir.etoilebsd.net>
References:  <201508170918.t7H9IsDd090676@repo.freebsd.org> <20150817104706.GE68726@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 17, 2015 at 12:47:06PM +0200, Baptiste Daroussin wrote:
B> > @@ -24,7 +24,7 @@
B> >  .\"
B> >  .\" $FreeBSD$
B> >  .\"
B> > -.Dd July 17, 2009
B> > +.Dd August 17, 2015
B> >  .Dt WLANDEBUG 8
B> >  .Os
B> >  .Sh NAME
B> > @@ -45,7 +45,7 @@ Running
B> >  .Nm
B> >  without any options will display the current messages
B> >  enabled for the specified network interface
B> > -(by default, ``ath0').
B> > +(by default, ``wlan0').
B> >  The default debugging level for new interfaces can be set
B> >  by specifying the
B> >  .Fl d
B> > @@ -148,7 +148,7 @@ trace transmit rate control operation.
B> >  .Sh EXAMPLES
B> >  The following might be used to debug basic station mode operation:
B> >  .Pp
B> > -.Dl "wlandebug -i ral0 scan+auth+assoc"
B> > +.Dl "wlandebug -i wlan1 scan+auth+assoc"
B> 
B> You meant wlan0 ? (even if wlan1 is valid you probably meant wlan0 :))

No, it intentonally is wlan1. The utility has "wlan0" hardcoded, so -i
is used to specify something different from wlan0.

-- 
Totus tuus, Glebius.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150817124723.GJ75813>