| Summary: | [patch] wlan(4) does not document requirement for kernel option "IEEE80211_DEBUG" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | matt.thyer | ||||
| Component: | Books & Articles | Assignee: | Peter Pentchev <roam> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
matt.thyer
2010-01-06 00:50:07 UTC
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@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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" State Changed From-To: open->patched Fixed in -CURRENT with slightly different wording, I'll merge the change into the stable branches in two weeks' time. Thanks for reporting this! Responsible Changed From-To: freebsd-doc->roam My MFC reminder. State Changed From-To: patched->closed MFCed/fixed by now or it will never be MFCed |