aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_amrr.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-211-2/+2
* net80211: Move rate printing in amrr_node_stats() to a separate methodConrad Meyer2020-01-171-8/+14
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-251-3/+1
* net80211: fix possible panic for some drivers after r342211Andriy Voskoboinyk2019-01-121-3/+36
* net80211: do not allow to unload rate control module if it is still in use.Andriy Voskoboinyk2017-07-231-0/+3
* net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk2016-10-021-17/+39
* [net80211] teach AMRR to log the initial MCS rate as "MCS X"Adrian Chadd2016-07-011-2/+11
* [net80211] Begin implementing rate control module stats.Adrian Chadd2016-03-161-0/+31
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-6/+6
* After much toying around with this AMRR initial rate stuff,Adrian Chadd2014-08-201-2/+3
* Fix AMRR to correctly select the initial rate.Adrian Chadd2013-11-091-5/+5
* Don't treat the node as an 11n node if 11n rates are disabled.Adrian Chadd2013-10-311-0/+8
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Document the current 11n rate selection shortcoming in the AMRR code.Adrian Chadd2013-07-051-0/+8
* Implement basic 802.11n awareness in the PHY and AMRR rate control code.Adrian Chadd2013-07-041-13/+88
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* When in the RUN -> AUTH -> RUN FSM transition happens, we'll call theRui Paulo2010-04-281-10/+10
* Use M_NOWAIT instead of M_WAITOK to avoid race conditions.Rui Paulo2010-04-091-6/+13
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-071-29/+113
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-58/+120
* Update 802.11 wireless support:Sam Leffler2007-06-111-3/+3
* - Nuke unnecessary header.Sepherosa Ziehau2007-05-051-1/+1
* device-independent implementation of AMRR tx rate control algorithmSam Leffler2006-11-261-0/+164