svn commit: r202278 - head/share/man/man4
Peter Pentchev
roam at FreeBSD.org
Thu Jan 14 09:38:24 UTC 2010
Author: roam (doc,ports committer)
Date: Thu Jan 14 09:38:23 2010
New Revision: 202278
URL: http://svn.freebsd.org/changeset/base/202278
Log:
Document that the IEEE80211_DEBUG kernel option is needed for
using the wlan(4) debugging controls with wording slightly
different from that in the PR.
PR: 142367
Submitted by: Matthew Thyer <matt.thyer at gmail.com>
MFC after: 2 weeks
Modified:
head/share/man/man4/wlan.4
Modified: head/share/man/man4/wlan.4
==============================================================================
--- head/share/man/man4/wlan.4 Thu Jan 14 08:08:55 2010 (r202277)
+++ head/share/man/man4/wlan.4 Thu Jan 14 09:38:23 2010 (r202278)
@@ -130,7 +130,10 @@ Similarly there is an authenticator fram
authentication services and a framework for integrating access
control mechanisms specific to the 802.11 protocol.
.Sh DEBUGGING
-Debugging controls are available using:
+If the
+.Dv IEEE80211_DEBUG
+option is included in the kernel configuration,
+debugging controls are available using:
.Pp
.Dl "sysctl net.wlan.X.debug=mask"
.Pp
More information about the svn-src-all
mailing list