aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+3
* .. include ah_desc.h here now.Adrian Chadd2012-11-171-0/+1
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-051-1/+5
* Break out the TX descriptor link field into HAL methods.Adrian Chadd2012-07-191-0/+24
* The AR5413 datasheet specifies that AR_TxIntrReq should be set consistentlyAdrian Chadd2011-10-251-2/+9
* Change the default CABQ time to be 70% of the beacon interval,Adrian Chadd2011-09-281-6/+31
* Break out most of the HAL related tweaks into a per-HAL instance,Adrian Chadd2011-06-231-3/+3
* Add a new HAL method to retrieve the completion schedule. It setsAdrian Chadd2011-01-201-0/+21
* Introduce ath_hal_setInterrupts(), a macro for ah_setInterrupts().Rui Paulo2010-03-031-2/+2
* Couple of suggestions from Sam regarding latest commit:Rui Paulo2010-03-021-4/+3
* Properly setup the TX FIFO threshold for AR5416 based chipsets,Rui Paulo2010-03-011-3/+9
* 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-4/+4
* import ath halSam Leffler2008-12-011-0/+918