Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling | |
in bsd.rd, and might uncover some bugs. Suggested by tedu@ and deraadt@. ok sthen@ jasper@ deraadt@ | |||
2015-12-14 | In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes. | Stefan Sperling | |
2015-11-15 | Add support for 11n mode to the rate adaptation (AMRR) code. | Stefan Sperling | |
Currently limited to MCS 0-7. For now, drivers must not configure 11n hardware to use MCS other than MCS 0-7, which limits us to 65Mbit/s. MCS 8 and above use MIMO and will require more work in AMRR once we get there. ok deraadt mpi phessler kettenis guenther | |||
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst | |
2011-03-02 | Allow the kernel to compile with IEEE80211_DEBUG. | Federico G. Schwindt | |
deraadt@ ok. | |||
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst | |
sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | |||
2008-07-27 | s/IEEE80211_DPRINTF/DPRINTF/ | Damien Bergamini | |
automatically prepend __func__ to output. deobfuscates debug messages a bit. no binary change unless compiled with IEEE80211_DEBUG. | |||
2008-07-21 | add ieee80211_priv.h file: contains definitions private to net80211. | Damien Bergamini | |
this must not be included by drivers. | |||
2007-06-16 | constify | Damien Bergamini | |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt | |
2006-06-17 | Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211. | Damien Bergamini | |
ok brad@ |