summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlandebug
Commit message (Collapse)AuthorAgeFilesLines
* 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