aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_athvar.h
Commit message (Expand)AuthorAgeFilesLines
* [ath] Add ath_hal_getnav and ath_hal_setnav so the driver layerAdrian Chadd2021-04-191-0/+4
* [ath] do a cold reset if TSFOOR triggersAdrian Chadd2021-03-131-0/+1
* [ath] also remove the magic size value here for the transmit antenna statistics.Adrian Chadd2020-12-081-1/+2
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* [ath] [ath_rate] Extend ath_rate_sample to better handle 11n rates and aggreg...Adrian Chadd2020-05-151-0/+1
* [ath] [ath_rate] Fix ANI calibration during non-ACTIVE states; start poking a...Adrian Chadd2019-05-051-0/+1
* [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-211-2/+2
* [ath] Fix return value check to not complain.Adrian Chadd2019-04-191-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] prepare for station side quiet time support.Adrian Chadd2017-02-071-0/+3
* [ath] add a new buf flag, marking a buffer as involved with ToA/ToD positioning.Adrian Chadd2016-07-081-1/+2
* [ath] include ath_hal accessor macro changes.Adrian Chadd2016-07-081-3/+6
* [ath] fix comments!Adrian Chadd2016-06-231-2/+2
* [ath] commit initial bluetooth coexistence support for the MCI NICs.Adrian Chadd2016-06-021-3/+26
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* [ath] add LDPC capability support and LDPC RX support.Adrian Chadd2016-04-261-0/+5
* ath(4): begin fleshing out a "reset type" extension to force cold/warn resets.Adrian Chadd2015-11-091-2/+3
* ath(4) - reflect whether this is a full or fast channel change.Adrian Chadd2015-11-071-2/+2
* Remove the references to the TX IC lock - i ended up solving thisAdrian Chadd2015-09-291-20/+0
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-1/+0
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-3/+4
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-4/+3
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-3/+4
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-1/+2
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-301-0/+22
* Fix up the EDMA RX setup path to correctly initialise and reset the RX FIFO.Adrian Chadd2014-09-201-0/+2
* Modify the RX path to keep the previous RX descriptor around once it'sAdrian Chadd2014-05-061-0/+1
* Add tracking for self-generated frames when the VAP is in sleep state.Adrian Chadd2014-05-021-1/+10
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-301-1/+13
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.Adrian Chadd2013-06-121-0/+13
* Add accessor macros for the bluetooth coexistence routines.Adrian Chadd2013-06-071-0/+21
* Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration inAdrian Chadd2013-06-051-2/+4
* Migrate ath(4) to now use if_transmit instead of the legacy if_startAdrian Chadd2013-05-261-1/+1
* Implement a separate hardware queue threshold for aggregate and non-aggrAdrian Chadd2013-05-211-4/+9
* Enable the use of TDMA on an 802.11n channel (with aggregation disabled,Adrian Chadd2013-05-211-1/+10
* Be (very) careful about how to add more TX DMA work.Adrian Chadd2013-05-181-1/+2
* Implement my first cut at "correct" node power-save andAdrian Chadd2013-05-151-0/+6
* Since the node state is 100% back under the TX lock, just kill the useAdrian Chadd2013-05-131-6/+6
* This lock only protects the rate control state for now, mention this.Adrian Chadd2013-05-131-1/+1
* Fix the holding descriptor logic to actually be "right" (for valuesAdrian Chadd2013-05-081-0/+4
* Re-work how transmit buffer limits are enforced - partly to fix the PR,Adrian Chadd2013-05-071-0/+1
* Use uint32_t for fields that are fetched via ath_hal_getcapability().Adrian Chadd2013-04-191-5/+5
* Use a per-RX-queue deferred list, rather than a single deferred list forAdrian Chadd2013-04-161-1/+1
* Add per-TXQ EDMA FIFO staging queue support.Adrian Chadd2013-03-261-1/+22
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingAdrian Chadd2013-03-241-1/+21
* Break out the RX completion path into "FIFO check / refill" andAdrian Chadd2013-03-191-0/+4
* Add locking around the new holdingbf code.Adrian Chadd2013-03-151-0/+9
* Implement "holding buffers" per TX queue rather than globally.Adrian Chadd2013-03-141-0/+1
* add a method to set/clear the VMF field in the TX descriptor.Adrian Chadd2013-03-041-0/+2
* Add in the STBC TX/RX capability support into the HAL and driver.Adrian Chadd2013-02-271-1/+3