| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow 802.11n hardware to support multi-rate retry when RTS/CTS is | adrian | 2012-07-31 | 1 | -0/+9 |
* | Migrate some more TX side setup routines to be methods. | adrian | 2012-07-31 | 1 | -17/+30 |
* | Fix breakage introduced in r238824 - correctly calculate the descriptor | adrian | 2012-07-29 | 1 | -1/+7 |
* | Add a missing call to ath_txdma_teardown(). | adrian | 2012-07-28 | 1 | -0/+1 |
* | Modify ath_descdma_cleanup() to handle ath_descdma instances with no | adrian | 2012-07-27 | 1 | -18/+23 |
* | Migrate the descriptor allocation function to not care about the number | adrian | 2012-07-27 | 1 | -8/+8 |
* | Refactor out the descriptor allocation code from the buffer allocation | adrian | 2012-07-27 | 1 | -10/+51 |
* | Modify ath_descdma_setup() to take a descriptor size parameter. | adrian | 2012-07-23 | 1 | -5/+6 |
* | Begin separating out the TX DMA setup in preparation for TX EDMA support. | adrian | 2012-07-23 | 1 | -3/+18 |
* | Begin modifying the descriptor allocation functions to support a variable | adrian | 2012-07-23 | 1 | -9/+10 |
* | Enable the basic node-based rate control statistics via an ioctl(). | adrian | 2012-07-20 | 1 | -0/+40 |
* | Ensure that error is set. | adrian | 2012-07-14 | 1 | -0/+1 |
* | Don't free the descriptor allocation/map if it doesn't exist. | adrian | 2012-07-14 | 1 | -4/+6 |
* | Fix EDMA RX to actually work without panicing the machine. | adrian | 2012-07-14 | 1 | -0/+61 |
* | Flip on EDMA RX of both HP and LP queue frames. | adrian | 2012-07-10 | 1 | -1/+13 |
* | Migrate the ATH_KTR_* fields out to if_ath_debug.h . | adrian | 2012-07-10 | 1 | -3/+0 |
* | Further preparations for the RX EDMA support. | adrian | 2012-07-09 | 1 | -19/+25 |
* | Begin abstracting out the RX path in preparation for RX EDMA support. | adrian | 2012-07-03 | 1 | -3/+15 |
* | Shuffle these initialisations to where they should be. | adrian | 2012-06-24 | 1 | -7/+7 |
* | Introduce an optional ath(4) radiotap vendor extension. | adrian | 2012-06-24 | 1 | -0/+15 |
* | After some discussion with bschmidt@, it's likely better to just go | adrian | 2012-06-17 | 1 | -37/+4 |
* | oops, remove this, it wasn't supposed to be committed. | adrian | 2012-06-16 | 1 | -3/+0 |
* | Fix build. | kib | 2012-06-16 | 1 | -1/+1 |
* | Shuffle some more fields in ath_buf so it's not too big. | adrian | 2012-06-16 | 1 | -0/+3 |
* | Convert ath(4) to just use ieee80211_suspend_all() and ieee80211_resume_all(). | adrian | 2012-06-15 | 1 | -0/+16 |
* | Disable BGSCAN for 802.11n for now. Until scanning during traffic is | adrian | 2012-06-14 | 1 | -6/+2 |
* | Implement a global (all non-mgmt traffic) TX ath_buf limitation when | adrian | 2012-06-14 | 1 | -3/+48 |
* | Implement a separate, smaller pool of ath_buf entries for use by management | adrian | 2012-06-13 | 1 | -13/+69 |
* | Replace the direct sc_txbuf manipulation with a pair of functions. | adrian | 2012-06-13 | 1 | -3/+21 |
* | Add a new ioctl for ath(4) which returns the aggregate statistics. | adrian | 2012-06-10 | 1 | -0/+3 |
* | Mostly revert previous commit(s). After doing a bunch of local testing, | adrian | 2012-06-05 | 1 | -11/+0 |
* | Create a function - ath_tx_kick() - which is called where ath_start() is | adrian | 2012-06-05 | 1 | -7/+5 |
* | Migrate the TX path to a taskqueue for now, until a better way of | adrian | 2012-06-04 | 1 | -3/+16 |
* | oops - ath_hal_disablepcie is actually destined for another purpose, | adrian | 2012-05-25 | 1 | -3/+9 |
* | Prepare for improved (read: pcie) suspend/resume support. | adrian | 2012-05-25 | 1 | -0/+6 |
* | Migrate most of the beacon handling functions out to if_ath_beacon.c. | adrian | 2012-05-20 | 1 | -746/+2 |
* | Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c. | adrian | 2012-05-20 | 1 | -367/+8 |
* | Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch]. | adrian | 2012-05-20 | 1 | -911/+6 |
* | Re-enable this particular DELAY() for now, at least until the | adrian | 2012-05-07 | 1 | -0/+2 |
* | Add a comment about this DELAY(), I'm not sure whether it's supposed | adrian | 2012-04-28 | 1 | -0/+4 |
* | Run the fatal proc as a proc, rather than where it currently is. | adrian | 2012-04-17 | 1 | -1/+2 |
* | Fix the default, non-superg compile. | adrian | 2012-04-11 | 1 | -0/+2 |
* | Fix compilation with IEEE80211_ENABLE_SUPERG defined. | adrian | 2012-04-10 | 1 | -0/+1 |
* | Blank the aggregate stats whenever the zero ioctl is called. | adrian | 2012-04-10 | 1 | -0/+2 |
* | Squirrel away SYNC interrupt debugging if it's enabled in the HAL. | adrian | 2012-04-10 | 1 | -1/+13 |
* | Revert this for now - it may work for -8 and -9 and -HEAD, but not | adrian | 2012-04-10 | 1 | -14/+0 |
* | * Since the API changed along the -CURRENT path (december 2011), | adrian | 2012-04-10 | 1 | -2/+22 |
* | Store away the RTS aggregate limit from the HAL. | adrian | 2012-04-07 | 1 | -0/+7 |
* | Remove duplicate txflags field from ath_buf. | adrian | 2012-04-07 | 1 | -5/+4 |
* | Disable the HWQ contents upon a TX queue reset, rather than a TX queue flush. | adrian | 2012-04-04 | 1 | -0/+4 |