| Commit message (Expand) | Author | Age | Files | Lines |
| * | There's no need to be this paranoid - ni is deferenced before this | Adrian Chadd | 2014-05-07 | 1 | -1/+1 |
| * | Modify the RX path to keep the previous RX descriptor around once it's | Adrian Chadd | 2014-05-06 | 1 | -15/+117 |
| * | * Modify the beacon interval in debugging to be ni_intval, not 102400 | Adrian Chadd | 2014-04-30 | 1 | -13/+17 |
| * | Bring over some initial power save management support, reset path | Adrian Chadd | 2014-04-30 | 1 | -4/+105 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver. | Adrian Chadd | 2013-06-12 | 1 | -5/+6 |
| * | Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration in | Adrian Chadd | 2013-06-05 | 1 | -0/+28 |
| * | Implement STBC receive frame statistics. | Adrian Chadd | 2013-05-08 | 1 | -0/+2 |
| * | Fix the busdma logic to work with EDMA chipsets when using bounce | Adrian Chadd | 2013-04-04 | 1 | -27/+36 |
| * | Add a missing unmap; if we're freeing this mbuf then we must | Adrian Chadd | 2013-04-02 | 1 | -0/+1 |
| * | Break out the RX completion path into "FIFO check / refill" and | Adrian Chadd | 2013-03-19 | 1 | -1/+18 |
| * | Add a few new fields to the RX vendor radiotap header: | Adrian Chadd | 2013-03-11 | 1 | -2/+18 |
| * | Add three-stream EVM values. | Adrian Chadd | 2013-03-11 | 1 | -1/+3 |
| * | * Reduce the PCU lock overhead a little by only re-acquiring it if we | Adrian Chadd | 2013-02-16 | 1 | -5/+20 |
| * | Work around some rather unfortunate race conditions inside net80211. | Adrian Chadd | 2013-01-31 | 1 | -5/+3 |
| * | If we're doing a kickpcu, make sure we flush the whole RX list rather than | Adrian Chadd | 2013-01-13 | 1 | -1/+7 |
| * | If spectral scan is enabled, ensure radar report PHY errors are also | Adrian Chadd | 2013-01-08 | 1 | -0/+7 |
| * | For PHY error frames, populate the configured channel flags rather than | Adrian Chadd | 2013-01-04 | 1 | -1/+16 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -1/+1 |
| * | ALQ logging enhancements: | Adrian Chadd | 2012-11-16 | 1 | -1/+12 |
| * | Add some hooks into the driver to attach, detach and record EDMA descriptor | Adrian Chadd | 2012-11-08 | 1 | -0/+4 |
| * | Break the RX processing up into smaller chunks of 128 frames each. | Adrian Chadd | 2012-10-14 | 1 | -0/+22 |
| * | Migrate the ath(4) KTR logging to use an ATH_KTR() macro. | Adrian Chadd | 2012-09-24 | 1 | -3/+3 |
| * | Remove extra debugging - there's no longer any need. | Adrian Chadd | 2012-08-29 | 1 | -2/+0 |
| * | Remove unnecessary debugging printf()s. | Adrian Chadd | 2012-08-06 | 1 | -4/+0 |
| * | Modify ath_descdma_setup() to take a descriptor size parameter. | Adrian Chadd | 2012-07-23 | 1 | -1/+4 |
| * | Handle RX Keymiss events. | Adrian Chadd | 2012-07-15 | 1 | -0/+8 |
| * | Migrate the ATH_KTR_* fields out to if_ath_debug.h . | Adrian Chadd | 2012-07-10 | 1 | -3/+0 |
| * | Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code. | Adrian Chadd | 2012-07-10 | 1 | -18/+27 |
| * | Further preparations for the RX EDMA support. | Adrian Chadd | 2012-07-09 | 1 | -0/+28 |
| * | Extend the RX HAL API to include the RX queue identifier. | Adrian Chadd | 2012-07-09 | 1 | -3/+3 |
| * | Begin abstracting out the RX path in preparation for RX EDMA support. | Adrian Chadd | 2012-07-03 | 1 | -30/+52 |
| * | Change the ath_dfs_process_phy_err() method to take an mbuf rather than | Adrian Chadd | 2012-06-24 | 1 | -1/+1 |
| * | Introduce an optional ath(4) radiotap vendor extension. | Adrian Chadd | 2012-06-24 | 1 | -1/+57 |
| * | .. and this wasn't supposed to be in the previous commit either. | Adrian Chadd | 2012-06-16 | 1 | -1/+0 |
| * | oops, remove this, it wasn't supposed to be committed. | Adrian Chadd | 2012-06-16 | 1 | -0/+1 |
| * | Create a function - ath_tx_kick() - which is called where ath_start() is | Adrian Chadd | 2012-06-05 | 1 | -2/+1 |
| * | Migrate the TX path to a taskqueue for now, until a better way of | Adrian Chadd | 2012-06-04 | 1 | -1/+2 |
| * | Re-add 'ic' and properly wrap it in the SUPERG macro. | Adrian Chadd | 2012-05-21 | 1 | -0/+3 |
| * | Remove unused variable. | Bernhard Schmidt | 2012-05-20 | 1 | -1/+0 |
| * | Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt(). | Adrian Chadd | 2012-05-20 | 1 | -308/+328 |
| * | Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c. | Adrian Chadd | 2012-05-20 | 1 | -0/+1 |
| * | Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch]. | Adrian Chadd | 2012-05-20 | 1 | -0/+967 |