| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct lock when calling msleep(). | adrian | 2011-11-21 | 1 | -1/+1 |
* | Fix some whitespace pollution. | adrian | 2011-11-21 | 1 | -3/+1 |
* | Begin breaking apart the receive setup/stop path in preparation for more | adrian | 2011-11-19 | 1 | -20/+20 |
* | Flesh out some slightly dirty reset/channel change serialisation code | adrian | 2011-11-18 | 1 | -27/+323 |
* | Introduce a work-around for issues with the AR5416 based MAC on SMP devices. | adrian | 2011-11-09 | 1 | -0/+12 |
* | Fix the KTR option to compile by default - it was referencing | adrian | 2011-11-08 | 1 | -0/+2 |
* | Introduce TX aggregation and software TX queue management | adrian | 2011-11-08 | 1 | -1/+61 |
* | Make sure TXEOL is set on default queues. Otherwise we don't get an | adrian | 2011-11-08 | 1 | -0/+1 |
* | Refactor out the TX buffer management and completion code in | adrian | 2011-11-08 | 1 | -102/+229 |
* | Change the descriptor logic to use bf_lastds to point to the last | adrian | 2011-11-08 | 1 | -6/+18 |
* | Change ath_buf allocation to: | adrian | 2011-11-08 | 1 | -0/+71 |
* | Break out the TX DMA stop code into a separate function. | adrian | 2011-11-08 | 1 | -6/+23 |
* | Add a 'vap' to ath_keyset(). | adrian | 2011-11-08 | 1 | -1/+1 |
* | Some more various fixes, etc from my 11n branch. | adrian | 2011-11-08 | 1 | -1/+36 |
* | Add KTR tracepoints to the ath driver, in order to debug TX, RX | adrian | 2011-11-08 | 1 | -1/+23 |
* | In preparation for supporting 11n TX/RX properly, allow for TX queue draining | adrian | 2011-11-08 | 1 | -13/+15 |
* | Break out the node cleanup and node free path, in preparation for | adrian | 2011-11-08 | 1 | -2/+15 |
* | Preparation for correct 802.11n tx/rx handling. | adrian | 2011-11-08 | 1 | -17/+32 |
* | Merge in some fixes from the if_ath_tx branch. | adrian | 2011-11-08 | 1 | -31/+95 |
* | Migrate the STAILQ lists to TAILQs. | adrian | 2011-11-08 | 1 | -38/+41 |
* | Begin merging in some of my 802.11n TX aggregation driver changes. | adrian | 2011-11-08 | 1 | -1/+6 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | When punting frames to the RX tap, free the mbufs since we've tampered with | adrian | 2011-10-28 | 1 | -0/+2 |
* | Include opt_ah.h when compiling the driver. | adrian | 2011-10-18 | 1 | -0/+5 |
* | Don't enable the PHY radar errors in calcrxfilter. | adrian | 2011-10-17 | 1 | -4/+0 |
* | Don't bother triggering the cabq queue if it's empty. | adrian | 2011-09-28 | 1 | -1/+2 |
* | Fix lock order to be correcter. | adrian | 2011-09-28 | 1 | -1/+1 |
* | Update the TSF and next-TBTT methods to work for the AR5416 and later NICs. | adrian | 2011-09-08 | 1 | -46/+49 |
* | Fix a missing initialisation of bt_flags when setting up the TDMA beacon. | adrian | 2011-08-24 | 1 | -0/+2 |
* | Remove this call, now that I've solved the radar module problem without | adrian | 2011-08-09 | 1 | -6/+0 |
* | Introduce some more DFS related hooks, inspired both by local work | adrian | 2011-08-08 | 1 | -0/+7 |
* | Fix a corner case in RXEOL handling which was likely introduced by yours | adrian | 2011-08-02 | 1 | -2/+34 |
* | Disable the RXORN/RXEOL interrupts if RXEOL occurs, preventing an | adrian | 2011-07-31 | 1 | -0/+6 |
* | Remove two debugging printf()s which snuck in during the testing of the | adrian | 2011-07-31 | 1 | -5/+0 |
* | Implement the 4KB split transaction workaround for Merlin (AR9280). | adrian | 2011-07-31 | 1 | -5/+40 |
* | This links in the ath dfs ioctl into the driver and defines the | adrian | 2011-07-21 | 1 | -0/+3 |
* | Fix a corner case in STA beacon processing when a CSA is received but | adrian | 2011-06-29 | 1 | -0/+10 |
* | Fix beacon transmission after a channel set. | adrian | 2011-06-26 | 1 | -0/+21 |
* | Add ATH_ENABLE_DFS which enables the DFS flag so the DFS code | adrian | 2011-06-26 | 1 | -0/+3 |
* | Break out most of the HAL related tweaks into a per-HAL instance, | adrian | 2011-06-23 | 1 | -0/+1 |
* | Add a missing call to sync the DMAed buffer before the radar event data is ex... | adrian | 2011-06-05 | 1 | -1/+9 |
* | A few changes to make radar detection implementable in a hal_dfs/ | adrian | 2011-06-04 | 1 | -1/+9 |
* | Flesh out the radar detection related operations for the ath driver. | adrian | 2011-06-01 | 1 | -0/+51 |
* | Set default A-MPDU density/size. | adrian | 2011-05-30 | 1 | -0/+15 |
* | Teach if_ath about devices which have short-GI in 20MHz channel modes. | adrian | 2011-05-29 | 1 | -4/+13 |
* | * Add some more TX descriptor error counters; this'll be helpful when | adrian | 2011-05-15 | 1 | -0/+12 |
* | Now that the devices with functioning ps-poll hardware support have | adrian | 2011-05-12 | 1 | -3/+1 |
* | Cosmetic changes to fit 80 character screen width. | adrian | 2011-04-29 | 1 | -3/+3 |
* | Fix a corner-case of interrupt handling which resulted in potentially | adrian | 2011-04-23 | 1 | -1/+6 |
* | For now, only enable GTT. CST is firing very frequently during local tests; | adrian | 2011-04-18 | 1 | -1/+1 |