History log of /freebsd-9.3-release/usr.sbin/wlandebug/wlandebug.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 195746 17-Jul-2009 sam

add mesh support

Submitted by: rpaulo
Approved by: re (kib)


# 186904 08-Jan-2009 sam

TDMA support for long distance point-to-point links using ath devices:
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


# 179398 28-May-2008 sam

misc cleanups for stricter compilation


# 179397 28-May-2008 sam

update copyright year and nuke dual-gpl bits that should've removed long ago


# 179121 19-May-2008 thompsa

Allow wlandebug to set the default debug level which is inherited when vaps are
created.


# 178359 20-Apr-2008 sam

update for vaps

Supported by: Hobnob


# 171634 27-Jul-2007 thompsa

Forced commit to note repo copy from src/tools/tools/net80211/wlandebug

Approved by: re (rwatson)


# 170534 11-Jun-2007 sam

o add 11n knob
o gcc42 stuff


# 165963 12-Jan-2007 sam

fix typo

MFC after: 1 week


# 164635 26-Nov-2006 sam

add rate knob for net80211 rate control modules

MFC after: 1 month


# 153317 11-Dec-2005 sam

o move programs to separate directories and use stock Makefiles;
this simplifies including them in crunchgen images
o rename 80211* programs to wlan* as was originally intended