| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a few new fields to the RX vendor radiotap header: | adrian | 2013-03-11 | 2 | -3/+28 |
* | Bump the EVM array size up to fit the AR9380 EVM entries. | adrian | 2013-03-11 | 1 | -1/+7 |
* | Add three-stream EVM values. | adrian | 2013-03-11 | 1 | -1/+3 |
* | Add another register definition bit - whether to populate EVM or PLCP | adrian | 2013-03-10 | 1 | -0/+1 |
* | Disable the hw TID != buffer TID check. | adrian | 2013-03-09 | 1 | -0/+11 |
* | Print out the queue flags during a TX DMA shutdown. | adrian | 2013-03-09 | 1 | -2/+5 |
* | add a method to set/clear the VMF field in the TX descriptor. | adrian | 2013-03-04 | 5 | -2/+19 |
* | Add missing flags. | adrian | 2013-02-28 | 1 | -0/+2 |
* | Oops - fix an incorrect test. | adrian | 2013-02-28 | 1 | -1/+1 |
* | Don't enable the HT flags for legacy rates. | adrian | 2013-02-28 | 1 | -44/+64 |
* | I give up - just throw the EWMA update into the normal update_stats() | adrian | 2013-02-27 | 1 | -105/+27 |
* | Enable STBC for the given rate series if it's negotiated: | adrian | 2013-02-27 | 1 | -5/+18 |
* | Add in the STBC TX/RX capability support into the HAL and driver. | adrian | 2013-02-27 | 4 | -1/+32 |
* | Update the EWMA statistics for each intermediary rate as well as the final | adrian | 2013-02-26 | 1 | -10/+33 |
* | Part #2 of the TX chainmask changes: | adrian | 2013-02-25 | 4 | -53/+42 |
* | Begin adding support to explicitly set the current chainmask. | adrian | 2013-02-25 | 14 | -2/+49 |
* | Add a workaround for AR5416, AR9130 and AR9160 chipsets - work around | adrian | 2013-02-22 | 1 | -1/+70 |
* | Disable debugging entries about BAW issues. I haven't seen any issues | adrian | 2013-02-21 | 2 | -0/+4 |
* | Be slightly more paranoid with the TX DMA buffer maximum threshold. | adrian | 2013-02-21 | 2 | -2/+23 |
* | Add an option to allow the minimum number of delimiters to be tweaked. | adrian | 2013-02-21 | 4 | -2/+18 |
* | Add a new option to limit the maximum size of aggregates. | adrian | 2013-02-21 | 5 | -2/+32 |
* | Remove this unneeded printf(), sorry! | adrian | 2013-02-21 | 1 | -4/+0 |
* | Configure larger TX FIFO default and maximum level values. | adrian | 2013-02-20 | 1 | -2/+18 |
* | If any of the TX queues have underrun reporting enabled, enable | adrian | 2013-02-20 | 1 | -0/+2 |
* | A couple of quick tidyups: | adrian | 2013-02-20 | 1 | -6/+1 |
* | Enable TX FIFO underrun interrupts. This allows the TX FIFO threshold | adrian | 2013-02-20 | 1 | -0/+1 |
* | oops, tab! | adrian | 2013-02-20 | 1 | -1/+1 |
* | Post interrupts in the ath alq trace. | adrian | 2013-02-20 | 1 | -0/+4 |
* | CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather than | adrian | 2013-02-20 | 1 | -6/+13 |
* | Fix an incorrect sizeof() | adrian | 2013-02-18 | 1 | -1/+1 |
* | Add a new ATH KTR debug method to log the interrupt status. | adrian | 2013-02-18 | 1 | -0/+28 |
* | * Reduce the PCU lock overhead a little by only re-acquiring it if we | adrian | 2013-02-16 | 1 | -5/+20 |
* | Pull out the if_transmit() work and revert back to ath_start(). | adrian | 2013-02-13 | 4 | -451/+107 |
* | Put this back into the ath taskqueue rather than the ath TX taskqueue. | adrian | 2013-02-11 | 1 | -1/+1 |
* | Go back to direct-dispatch of the software queue and frame TX paths | adrian | 2013-02-11 | 1 | -7/+9 |
* | Extend the timestamp to be a timeval, rather than ticks. | adrian | 2013-02-11 | 2 | -2/+8 |
* | The encryption type field needs to be preserved for each descriptor | adrian | 2013-02-09 | 1 | -0/+6 |
* | Fix a corner case that I noticed with the AR5416 (and it's currently | adrian | 2013-02-08 | 1 | -10/+7 |
* | Create a new TX lock specifically for queuing frames. | adrian | 2013-02-07 | 4 | -19/+39 |
* | Methodize the process of adding the software TX queue to the taskqueue. | adrian | 2013-02-07 | 4 | -7/+21 |
* | Work around some rather unfortunate race conditions inside net80211. | adrian | 2013-01-31 | 1 | -5/+3 |
* | Clean some 'svn:executable' properties in the tree. | pfg | 2013-01-26 | 1 | -0/+0 |
* | Migrate the TX sending code out from under the ath0 taskq and into | adrian | 2013-01-26 | 4 | -6/+22 |
* | Fix this routine to acutally break out and not set clrdmask if any | adrian | 2013-01-21 | 1 | -1/+1 |
* | Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag. | adrian | 2013-01-21 | 2 | -9/+33 |
* | Fix hangs (exposed by spectral scan activity) in STA mode when the | adrian | 2013-01-17 | 1 | -1/+32 |
* | Add a quick work-around if ath_beacon_config() to not die if it's called | adrian | 2013-01-17 | 1 | -0/+10 |
* | Implement frame (data) transmission using if_transmit(), rather than | adrian | 2013-01-15 | 5 | -103/+485 |
* | If we're doing a kickpcu, make sure we flush the whole RX list rather than | adrian | 2013-01-13 | 1 | -1/+7 |
* | Place-holders for enable/active parameter flags. | adrian | 2013-01-11 | 1 | -0/+2 |