summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_amrr.c
AgeCommit message (Expand)Author
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2015-12-14In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes.Stefan Sperling
2015-11-15Add support for 11n mode to the rate adaptation (AMRR) code.Stefan Sperling
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2011-03-02Allow the kernel to compile with IEEE80211_DEBUG.Federico G. Schwindt
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2008-07-27s/IEEE80211_DPRINTF/DPRINTF/Damien Bergamini
2008-07-21add ieee80211_priv.h file: contains definitions private to net80211.Damien Bergamini
2007-06-16constifyDamien Bergamini
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.Damien Bergamini