aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_beacon.c
Commit message (Expand)AuthorAgeFilesLines
* [ath] Handle STA + AP beacon programming without stomping over HW AP beacon p...Adrian Chadd2021-05-221-10/+38
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-2/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] initial station side quiet IE support.Adrian Chadd2017-02-091-0/+14
* [ath] revert the previous commit, after reading the 802.11-2012 spec a bit more.Adrian Chadd2016-11-281-10/+7
* [ath] fix target beacon interval programming for STA mode when in powersave.Adrian Chadd2016-11-281-1/+21
* [ath] [ath_hal] break out the duration calculation to optionally include SIFS.Adrian Chadd2016-07-151-1/+1
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-4/+4
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-3/+3
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-6/+6
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-3/+3
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-3/+3
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-3/+3
* Shut down RX before TX - in theory, this should make the chip less likelyAdrian Chadd2014-08-231-0/+5
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-301-12/+75
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Be (very) careful about how to add more TX DMA work.Adrian Chadd2013-05-181-0/+12
* Add ALQ beacon debugging.Adrian Chadd2013-05-131-0/+9
* Use the new net80211 method to fetch the node TX power, rather thanAdrian Chadd2013-04-161-1/+1
* Implement the replacement EDMA FIFO code.Adrian Chadd2013-03-261-14/+121
* Convert the CABQ queue code over to use the HAL link pointer methodAdrian Chadd2013-03-261-8/+15
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingAdrian Chadd2013-03-241-18/+90
* Add more TODO items.Adrian Chadd2013-03-191-1/+8
* Add a quick work-around if ath_beacon_config() to not die if it's calledAdrian Chadd2013-01-171-0/+10
* Delete the per-TXQ locks and replace them with a single TX lock.Adrian Chadd2012-12-021-4/+2
* Extend the beacon code slightly to support AP mode beaconing for theAdrian Chadd2012-08-111-6/+50
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-051-2/+11
* Convert the TX path to use the new HAL methods for accessing theAdrian Chadd2012-07-191-3/+6
* Migrate most of the beacon handling functions out to if_ath_beacon.c.Adrian Chadd2012-05-201-0/+841