summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_athvar.h
Commit message (Expand)AuthorAgeFilesLines
* Begin fleshing out the TX FIFO support.adrian2012-08-111-0/+2
* Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segmentadrian2012-08-051-4/+4
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.adrian2012-08-051-2/+3
* Allow 802.11n hardware to support multi-rate retry when RTS/CTS isadrian2012-07-311-0/+1
* Migrate some more TX side setup routines to be methods.adrian2012-07-311-0/+11
* Flesh out the initial TX FIFO storage for each hardware TX queue.adrian2012-07-281-0/+9
* Bring this API in line with what the reference driver and Linux ath9kadrian2012-07-271-1/+1
* Allocate a descriptor ring for EDMA TX completion status.adrian2012-07-271-0/+1
* Add a new HAL method - the AR93xx and later NICs have a separateadrian2012-07-241-0/+3
* Begin separating out the TX DMA setup in preparation for TX EDMA support.adrian2012-07-231-0/+7
* Flesh out a new DMA map for the EDMA TX completion status, as welladrian2012-07-231-0/+18
* Begin modifying the descriptor allocation functions to support a variableadrian2012-07-231-0/+1
* Use HAL_NUM_RX_QUEUES rather than a magic constant.adrian2012-07-191-1/+1
* Break out the TX descriptor link field into HAL methods.adrian2012-07-191-0/+6
* Change the RX EDMA path to first complete the FIFO, then re-populate itadrian2012-07-141-0/+1
* Create an RX queue lock.adrian2012-07-141-0/+24
* Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code.adrian2012-07-101-1/+0
* Further preparations for the RX EDMA support.adrian2012-07-091-1/+22
* Introduce the EDMA related HAL capabilities.adrian2012-07-091-0/+23
* Extend the RX HAL API to include the RX queue identifier.adrian2012-07-091-4/+4
* Begin abstracting out the RX path in preparation for RX EDMA support.adrian2012-07-031-0/+11
* Bring over some further HAL capabilities from the Atheros HAL, as welladrian2012-07-021-0/+3
* Shuffle some more fields in ath_buf so it's not too big.adrian2012-06-161-10/+22
* Shave four (or eight) bytes off of ath_buf - this field isn't used.adrian2012-06-161-2/+0
* Shrink ath_buf a little more:adrian2012-06-141-7/+8
* Implement a global (all non-mgmt traffic) TX ath_buf limitation whenadrian2012-06-141-0/+1
* Implement a separate, smaller pool of ath_buf entries for use by managementadrian2012-06-131-0/+16
* Introduce a new lock debug which is specifically for making sure theadrian2012-06-111-0/+3
* Revert r233227 and followup commits as it breaks CCMP PN replay detection.adrian2012-06-111-3/+1
* Mostly revert previous commit(s). After doing a bunch of local testing,adrian2012-06-051-1/+0
* Migrate the TX path to a taskqueue for now, until a better way ofadrian2012-06-041-0/+1
* Remove an unneeded field from ath_buf.adrian2012-05-261-1/+0
* oops - ath_hal_disablepcie is actually destined for another purpose,adrian2012-05-251-2/+2
* Prepare for improved (read: pcie) suspend/resume support.adrian2012-05-251-0/+8
* Re-up the TX ath_buf limit from 128 to 512.adrian2012-05-221-1/+1
* Fix up some corner cases with aggregation handling.adrian2012-05-221-0/+1
* Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;adrian2012-05-151-1/+1
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,adrian2012-05-011-0/+2
* Run the fatal proc as a proc, rather than where it currently is.adrian2012-04-171-0/+1
* Drop this down from 512 to 128 for now.adrian2012-04-151-1/+1
* Convert the flags over to a set of bit flags.adrian2012-04-101-12/+13
* Squirrel away SYNC interrupt debugging if it's enabled in the HAL.adrian2012-04-101-0/+1
* Store away the RTS aggregate limit from the HAL.adrian2012-04-071-0/+1
* Remove duplicate txflags field from ath_buf.adrian2012-04-071-2/+1
* Implement BAR TX.adrian2012-04-041-0/+2
* Correctly handle AR_MoreAggr when assembling multi-descriptor final frames.adrian2012-04-041-2/+2
* Defer the rescheduling of TID -> TXQ frames in some instances.adrian2012-03-291-0/+1
* Delay sequence number allocation for A-MPDU until just before the frameadrian2012-03-201-0/+2
* Fix a panic introduced in a previous commit - non-beaconing modes (eg STA)adrian2012-03-101-4/+1
* Don't flood the cabq/mcastq with frames.adrian2012-03-101-0/+25
OpenPOWER on IntegriCloud