summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlandebug
Commit message (Collapse)AuthorAgeFilesLines
* Belatedly fix documentation on which interface to use as argument.glebius2015-08-171-3/+3
|
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge from head@274682sjg2014-11-191-1/+1
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Merge headsjg2014-04-281-3/+3
| |\
| * | Updated dependenciessjg2013-03-111-0/+1
| | |
| * | Updated dependenciessjg2013-02-161-2/+0
| | |
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Fix a typo to catch correct condition.hiren2014-08-251-1/+1
| |/ |/|
* | Fix stray "." left over from previous commit.brueffer2014-04-101-1/+1
| | | | | | | | MFC after: 1 week
* | Fix Xref order in SEE ALSO.brueffer2014-04-101-2/+2
|/ | | | MFC after: 1 week
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
|
* add mesh supportsam2009-07-172-17/+9
| | | | | Submitted by: rpaulo Approved by: re (kib)
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-3/+3
| | | | | | | | | | | | | | | o add net80211 support for a tdma vap that is built on top of the existing adhoc-demo support o add tdma scheduling of frame transmission to the ath driver; it's conceivable other devices might be capable of this too in which case they can make use of the 802.11 protocol additions etc. o add minor bits to user tools that need to know: ifconfig to setup and configure, new statistics in athstats, and new debug mask bits While the architecture can support >2 slots in a TDMA BSS the current design is intended (and tested) for only 2 slots. Sponsored by: Intel
* misc cleanups for stricter compilationsam2008-05-281-14/+4
|
* update copyright year and nuke dual-gpl bits that should've removed long agosam2008-05-281-8/+1
|
* -d is a flag, not an argument. Use .Fl here.thompsa2008-05-201-1/+1
|
* Remove -, .Ar adds that automatically.thompsa2008-05-191-1/+1
| | | | Pointed out by: brueffer
* Bump document date for last change.thompsa2008-05-191-1/+1
|
* Allow wlandebug to set the default debug level which is inherited when vaps arethompsa2008-05-192-6/+20
| | | | created.
* update for vapssam2008-04-201-22/+27
| | | | Supported by: Hobnob
* Hook wlandebug up to the build.thompsa2007-07-281-1/+0
| | | | | | | This tool allows fine grained enabling of the debugging output in net80211 and its useful to have it available to everyone to diagnose wifi issues. Approved by: re (rwatson)
* o add 11n knobsam2007-06-111-5/+11
| | | | o gcc42 stuff
* Fix typos.joel2007-01-121-3/+3
|
* add man pagesam2007-01-122-1/+182
|
* fix typosam2007-01-121-1/+1
| | | | MFC after: 1 week
* add rate knob for net80211 rate control modulessam2006-11-261-0/+2
| | | | MFC after: 1 month
* Style: NO_MAN doesn't need any value.ru2006-03-151-3/+3
|
* o move programs to separate directories and use stock Makefiles;sam2005-12-112-0/+244
this simplifies including them in crunchgen images o rename 80211* programs to wlan* as was originally intended
OpenPOWER on IntegriCloud