summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_tdma.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix improper use of "its".Bryan Drewery2016-11-081-1/+1
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-151-2/+4
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-1/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-3/+2
* Remove most of the references of ifp->if_softc and replace withAdrian Chadd2015-08-171-1/+1
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-1/+1
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-1/+1
* Use device_printf() instead of if_printf(). No functional changes.Gleb Smirnoff2015-05-291-1/+1
* Add casts to have it compile on amd64 without complaining aboutAdrian Chadd2014-05-071-6/+9
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Enable the use of TDMA on an 802.11n channel (with aggregation disabled,Adrian Chadd2013-05-211-5/+42
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingAdrian Chadd2013-03-241-1/+7
* Pull out the debugging code from the critical path and make sure itAdrian Chadd2012-11-281-37/+37
* * Fix another culprit of my "committed from the wrong directory" nonsense;Adrian Chadd2012-11-271-2/+12
* Correct some debugging output.Adrian Chadd2012-11-271-1/+1
* Fix buildAdrian Chadd2012-11-271-0/+2
* Improve the TDMA debugging:Adrian Chadd2012-11-271-2/+123
* Fix the TDMA nexttbtt programming for 802.11n chips.Adrian Chadd2012-11-271-4/+17
* Use a 64 bit TSF write to update the TSF adjust, rather than a 32 bitAdrian Chadd2012-11-231-1/+5
* Fix up the nexttbtt -> TSF delta calculation to not wrap ridiculouslyAdrian Chadd2012-11-231-1/+15
* Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.Adrian Chadd2012-05-201-0/+476