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