summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_amrr.h
Commit message (Collapse)AuthorAgeFilesLines
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-40/+0
| | | | | | | | | | | | | | | | | This framework allows drivers to abstract the rate control algorithm and just feed the framework with the usable parameters. The rate control framework will now deal with passing the parameters to the selected algorithm. Right now we have AMRR (the default) and RSSADAPT but there's no way to select one with ifconfig, yet. The objective is to have more rate control algorithms in the net80211 stack so all drivers[0] can use it. Ideally, we'll have the well-known sample rate control algorithm in the net80211 at some point so all drivers can use it (not just ath). [0] all drivers that do rate control in software, that is. Reviewed by: bschmidt, thompsa, weyongo MFC after: 1 months
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-8/+45
| | | | | | | | | | | Note this includes changes to all drivers and moves some device firmware loading to use firmware(9) and a separate module (e.g. ral). Also there no longer are separate wlan_scan* modules; this functionality is now bundled into the wlan module. Supported by: Hobnob and Marvell Reviewed by: many Obtained from: Atheros (some bits)
* device-independent implementation of AMRR tx rate control algorithmsam2006-11-261-0/+64
Obtained from: openbsd (w/ mods) MFC after: 1 month
OpenPOWER on IntegriCloud