aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_rate/sample/sample.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+2
* [ath] Update ath_rate_sample to use the same base type as ticks.Adrian Chadd2020-05-271-1/+1
* [ath] [ath_rate] Extend ath_rate_sample to better handle 11n rates and aggreg...Adrian Chadd2020-05-151-4/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-151-4/+4
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-2/+1
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-1/+2
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-2/+1
* Cast everything to something longer than 32 bits so the sample maskAdrian Chadd2015-01-281-1/+1
* Extend the sample mask from 32 bits to 64 bits.Adrian Chadd2012-08-151-1/+1
* Bump this up to match what the HAL is at now.Adrian Chadd2012-07-201-1/+1
* Add a per-node rate control routine for each rate control module.Adrian Chadd2012-07-201-0/+8
* Prepare for (re)using this header file in userland.Adrian Chadd2012-07-201-0/+6
* Add in some debugging code to check whether the current rate table hasAdrian Chadd2012-02-261-0/+2
* Introduce TX aggregation and software TX queue managementAdrian Chadd2011-11-081-0/+2
* Some cosmetic fixes to ath_rate_sample.Adrian Chadd2011-11-081-3/+3
* Fix the order of parameters passed to the HT frame duration calculation.Adrian Chadd2011-09-111-4/+5
* Properly propagate whether the channel is HT40 or not when calculatingAdrian Chadd2011-02-171-3/+5
* Commit some missing bits to the sample rate module to (more) correctly calcul...Adrian Chadd2011-02-081-6/+14
* Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.Adrian Chadd2011-01-201-41/+0
* Major overhaul:Sam Leffler2008-11-301-22/+25
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-1/+2
* save changes for handling 5416/5418 partsSam Leffler2007-01-151-0/+10
* Track v0.9.20.3 hal:Sam Leffler2006-12-131-87/+41
* add missing \n'sSam Leffler2006-07-261-2/+2
* sync with latest code in madwifiSam Leffler2006-02-091-8/+44
* eliminate mid-block variable declsSam Leffler2005-03-201-5/+4
* version 1.1 (with cleanups)Sam Leffler2005-03-191-7/+122
* SampleRate rate control algorithm for the ath driverSam Leffler2005-03-111-0/+136