summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_amrr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.stsp2019-02-241-22/+3
* Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modestsp2016-01-051-9/+1
* In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes.stsp2015-12-141-1/+3
* Add support for 11n mode to the rate adaptation (AMRR) code.stsp2015-11-151-9/+50
* unifdef some more INET. v4 4life.tedu2014-12-231-3/+1
* Allow the kernel to compile with IEEE80211_DEBUG.fgsch2011-03-021-1/+2
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* s/IEEE80211_DPRINTF/DPRINTF/damien2008-07-271-9/+7
* add ieee80211_priv.h file: contains definitions private to net80211.damien2008-07-211-1/+2
* constifydamien2007-06-161-2/+2
* avoid extra inclusions; ok jsgderaadt2006-11-261-2/+1
* Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.damien2006-06-171-0/+115