| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up the EDMA RX setup path to correctly initialise and reset the RX FIFO. | adrian | 2014-09-20 | 1 | -0/+2 |
* | Modify the RX path to keep the previous RX descriptor around once it's | adrian | 2014-05-06 | 1 | -0/+1 |
* | Add tracking for self-generated frames when the VAP is in sleep state. | adrian | 2014-05-02 | 1 | -1/+10 |
* | Bring over some initial power save management support, reset path | adrian | 2014-04-30 | 1 | -1/+13 |
* | Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver. | adrian | 2013-06-12 | 1 | -0/+13 |
* | Add accessor macros for the bluetooth coexistence routines. | adrian | 2013-06-07 | 1 | -0/+21 |
* | Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration in | adrian | 2013-06-05 | 1 | -2/+4 |
* | Migrate ath(4) to now use if_transmit instead of the legacy if_start | adrian | 2013-05-26 | 1 | -1/+1 |
* | Implement a separate hardware queue threshold for aggregate and non-aggr | adrian | 2013-05-21 | 1 | -4/+9 |
* | Enable the use of TDMA on an 802.11n channel (with aggregation disabled, | adrian | 2013-05-21 | 1 | -1/+10 |
* | Be (very) careful about how to add more TX DMA work. | adrian | 2013-05-18 | 1 | -1/+2 |
* | Implement my first cut at "correct" node power-save and | adrian | 2013-05-15 | 1 | -0/+6 |
* | Since the node state is 100% back under the TX lock, just kill the use | adrian | 2013-05-13 | 1 | -6/+6 |
* | This lock only protects the rate control state for now, mention this. | adrian | 2013-05-13 | 1 | -1/+1 |
* | Fix the holding descriptor logic to actually be "right" (for values | adrian | 2013-05-08 | 1 | -0/+4 |
* | Re-work how transmit buffer limits are enforced - partly to fix the PR, | adrian | 2013-05-07 | 1 | -0/+1 |
* | Use uint32_t for fields that are fetched via ath_hal_getcapability(). | adrian | 2013-04-19 | 1 | -5/+5 |
* | Use a per-RX-queue deferred list, rather than a single deferred list for | adrian | 2013-04-16 | 1 | -1/+1 |
* | Add per-TXQ EDMA FIFO staging queue support. | adrian | 2013-03-26 | 1 | -1/+22 |
* | Overhaul the TXQ locking (again!) as part of some beacon/cabq timing | adrian | 2013-03-24 | 1 | -1/+21 |
* | Break out the RX completion path into "FIFO check / refill" and | adrian | 2013-03-19 | 1 | -0/+4 |
* | Add locking around the new holdingbf code. | adrian | 2013-03-15 | 1 | -0/+9 |
* | Implement "holding buffers" per TX queue rather than globally. | adrian | 2013-03-14 | 1 | -0/+1 |
* | add a method to set/clear the VMF field in the TX descriptor. | adrian | 2013-03-04 | 1 | -0/+2 |
* | Add in the STBC TX/RX capability support into the HAL and driver. | adrian | 2013-02-27 | 1 | -1/+3 |
* | Begin adding support to explicitly set the current chainmask. | adrian | 2013-02-25 | 1 | -2/+6 |
* | Add an option to allow the minimum number of delimiters to be tweaked. | adrian | 2013-02-21 | 1 | -0/+1 |
* | Add a new option to limit the maximum size of aggregates. | adrian | 2013-02-21 | 1 | -0/+1 |
* | Pull out the if_transmit() work and revert back to ath_start(). | adrian | 2013-02-13 | 1 | -3/+2 |
* | Create a new TX lock specifically for queuing frames. | adrian | 2013-02-07 | 1 | -5/+25 |
* | Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag. | adrian | 2013-01-21 | 1 | -1/+1 |
* | Implement frame (data) transmission using if_transmit(), rather than | adrian | 2013-01-15 | 1 | -0/+11 |
* | Don't call the spectral methods for NICS that don't implement them. | adrian | 2013-01-03 | 1 | -0/+2 |
* | Add a new (skeleton) spectral mode manager module. | adrian | 2013-01-02 | 1 | -0/+4 |
* | Add spectral HAL accessor methods. | adrian | 2013-01-02 | 1 | -0/+9 |
* | There's no need to use a TXQ pointer here; we specifically need the | adrian | 2012-12-11 | 1 | -2/+1 |
* | Delete the per-TXQ locks and replace them with a single TX lock. | adrian | 2012-12-02 | 1 | -23/+1 |
* | Add the HAL wrapper for settsf64. | adrian | 2012-11-23 | 1 | -0/+2 |
* | Fix the build. | kevlo | 2012-11-10 | 1 | -1/+1 |
* | Add some hooks into the driver to attach, detach and record EDMA descriptor | adrian | 2012-11-08 | 1 | -0/+8 |
* | Add a new HAL call to extract out the HAL enterprise bits from the | adrian | 2012-11-03 | 1 | -1/+16 |
* | HAL API updates, from the previous couple of HAL commits. | adrian | 2012-11-03 | 1 | -2/+4 |
* | I give up - introduce a TX lock to serialise TX operations. | adrian | 2012-10-31 | 1 | -1/+24 |
* | Begin fleshing out some software queue awareness for TIM handling with | adrian | 2012-10-28 | 1 | -0/+3 |
* | Track the total number of software queued frames in an atomic variable | adrian | 2012-10-15 | 1 | -0/+10 |
* | Stop abusing the ATH_TID_*() queue macros for filtered frames and give | adrian | 2012-10-14 | 1 | -1/+19 |
* | Push the actual TX processing into the ath taskqueue, rather than having | adrian | 2012-10-14 | 1 | -0/+1 |
* | Migrate the TID TXQ accesses to a new set of macros, rather than reusing | adrian | 2012-10-07 | 1 | -2/+23 |
* | Pause and unpause the software queues for a given node based on the | adrian | 2012-10-03 | 1 | -0/+4 |
* | Migrate the ath(4) KTR logging to use an ATH_KTR() macro. | adrian | 2012-09-24 | 1 | -0/+1 |