aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_tx.h
Commit message (Expand)AuthorAgeFilesLines
* Implement a separate hardware queue threshold for aggregate and non-aggrAdrian Chadd2013-05-211-0/+1
* Implement my first cut at "correct" node power-save andAdrian Chadd2013-05-151-1/+7
* Oops, commit the other half of r250606.Adrian Chadd2013-05-131-0/+1
* Add a new option to limit the maximum size of aggregates.Adrian Chadd2013-02-211-0/+5
* ALQ logging enhancements:Adrian Chadd2012-11-161-0/+7
* Begin fleshing out some software queue awareness for TIM handling withAdrian Chadd2012-10-281-0/+1
* Pause and unpause the software queues for a given node based on theAdrian Chadd2012-10-031-0/+6
* Revert the ath_tx_draintxq() method, and instead teach it the minimumAdrian Chadd2012-08-121-3/+0
* Break out ath_draintxq() into a method and un-methodize ath_tx_processq().Adrian Chadd2012-08-121-2/+3
* Migrate some more TX side setup routines to be methods.Adrian Chadd2012-07-311-0/+5
* Break out the hardware handoff and TX DMA restart code into methods.Adrian Chadd2012-07-311-1/+4
* Begin separating out the TX DMA setup in preparation for TX EDMA support.Adrian Chadd2012-07-231-0/+9
* Revert r233227 and followup commits as it breaks CCMP PN replay detection.Adrian Chadd2012-06-111-2/+0
* Delay sequence number allocation for A-MPDU until just before the frameAdrian Chadd2012-03-201-0/+2
* Introduce TX aggregation and software TX queue managementAdrian Chadd2011-11-081-0/+65
* Merge in some fixes from the if_ath_tx branch.Adrian Chadd2011-11-081-0/+18
* Migrate the TX path code out of if_ath and into a separate source file.Adrian Chadd2011-01-291-0/+44