aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-9/+7
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+3
* [ath_hal] add support for setting the azimuth timestamp in the outgoing TX pa...Adrian Chadd2016-05-311-0/+6
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* Setup needed tables for TPC on AR5416->AR9287 chips.Adrian Chadd2013-04-171-0/+217
* CABQ calculation changes to try and fix some weird corner cases leadingAdrian Chadd2013-03-231-4/+4
* add a method to set/clear the VMF field in the TX descriptor.Adrian Chadd2013-03-041-0/+11
* Part #2 of the TX chainmask changes:Adrian Chadd2013-02-251-14/+0
* Add a workaround for AR5416, AR9130 and AR9160 chipsets - work aroundAdrian Chadd2013-02-221-1/+70
* The encryption type field needs to be preserved for each descriptorAdrian Chadd2013-02-091-0/+6
* HAL API changes!Adrian Chadd2012-11-031-1/+3
* Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segmentAdrian Chadd2012-08-051-1/+4
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-051-1/+5
* Add STBC TX support for AR5416 HAL chips.Adrian Chadd2012-07-271-0/+1
* Bring this API in line with what the reference driver and Linux ath9kAdrian Chadd2012-07-271-4/+2
* Correctly handle AR_MoreAggr when assembling multi-descriptor final frames.Adrian Chadd2012-04-041-3/+17
* Add some fixes to the 11n aggregation HAL calls:Adrian Chadd2011-10-251-6/+26
* Add some 11n bits from the if_ath_tx 11n branch:Adrian Chadd2011-10-251-0/+24
* Change the default CABQ time to be 70% of the beacon interval,Adrian Chadd2011-09-281-9/+40
* Break out most of the HAL related tweaks into a per-HAL instance,Adrian Chadd2011-06-231-3/+3
* Use the new per-series antenna and TPC definitions when setting ctl8->11.Adrian Chadd2011-05-241-16/+27
* Bring over a few queue changes from ath9k:Adrian Chadd2011-03-221-0/+17
* * Remove a not-needed check in the AR5416+ caseAdrian Chadd2011-03-201-6/+6
* Bring over a copy of the AR5212 TX queue reset and setup routines, in prepara...Adrian Chadd2011-03-201-0/+338
* Add a temporary workaround so the 11n rate scenario setup code sets a usefulAdrian Chadd2011-02-051-1/+14
* Just to be sure, make sure the MCS rates are allowed for TX.Adrian Chadd2011-02-011-2/+4
* Don't incorrectly set the burst duration setting in the TX descriptor.Adrian Chadd2011-01-311-2/+0
* Fix some errors introduced w/ the last commit; fix setting RTS/CTS in the 11n...Adrian Chadd2011-01-291-22/+24
* Link in the 11n specific TX methods into the HAL.Adrian Chadd2011-01-291-7/+3
* Bring over a fix from ath9k - zero some of the TX descriptors for Kite/AR9285.Adrian Chadd2011-01-251-0/+14
* Add a new HAL method to retrieve the completion schedule. It setsAdrian Chadd2011-01-201-0/+22
* Couple of suggestions from Sam regarding latest commit:Rui Paulo2010-03-021-2/+1
* Properly setup the TX FIFO threshold for AR5416 based chipsets,Rui Paulo2010-03-011-1/+2
* purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsiSam Leffler2009-06-131-6/+3
* Overhaul regulatory support:Sam Leffler2009-01-281-2/+2
* import ath halSam Leffler2008-12-011-0/+698