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