summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_rate/sample/sample.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-09-01ath: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-27[ath] Update ath_rate_sample to use the same base type as ticks.Adrian Chadd
2020-05-15[ath] [ath_rate] Extend ath_rate_sample to better handle 11n rates and aggreg...Adrian Chadd
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-07-15[ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2015-01-28Cast everything to something longer than 32 bits so the sample maskAdrian Chadd
2012-08-15Extend the sample mask from 32 bits to 64 bits.Adrian Chadd
2012-07-20Bump this up to match what the HAL is at now.Adrian Chadd
2012-07-20Add a per-node rate control routine for each rate control module.Adrian Chadd
2012-07-20Prepare for (re)using this header file in userland.Adrian Chadd
2012-02-26Add in some debugging code to check whether the current rate table hasAdrian Chadd
2011-11-08Introduce TX aggregation and software TX queue managementAdrian Chadd
2011-11-08Some cosmetic fixes to ath_rate_sample.Adrian Chadd
2011-09-11Fix the order of parameters passed to the HT frame duration calculation.Adrian Chadd
2011-02-17Properly propagate whether the channel is HT40 or not when calculatingAdrian Chadd
2011-02-08Commit some missing bits to the sample rate module to (more) correctly calcul...Adrian Chadd
2011-01-20Migrate the sample rate module to the new ath_hal_gettxcompletionrates() API.Adrian Chadd
2008-11-30Major overhaul:Sam Leffler
2008-04-20Multi-bss (aka vap) support for 802.11 devices.Sam Leffler
2007-01-15save changes for handling 5416/5418 partsSam Leffler
2006-12-13Track v0.9.20.3 hal:Sam Leffler
2006-07-26add missing \n'sSam Leffler
2006-02-09sync with latest code in madwifiSam Leffler
2005-03-20eliminate mid-block variable declsSam Leffler
2005-03-19version 1.1 (with cleanups)Sam Leffler
2005-03-11SampleRate rate control algorithm for the ath driverSam Leffler