summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_rx.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-221-229/+21
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-21/+229
* Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.adrian2013-06-121-5/+6
* Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration inadrian2013-06-051-0/+28
* Implement STBC receive frame statistics.adrian2013-05-081-0/+2
* Fix the busdma logic to work with EDMA chipsets when using bounceadrian2013-04-041-27/+36
* Add a missing unmap; if we're freeing this mbuf then we mustadrian2013-04-021-0/+1
* Break out the RX completion path into "FIFO check / refill" andadrian2013-03-191-1/+18
* Add a few new fields to the RX vendor radiotap header:adrian2013-03-111-2/+18
* Add three-stream EVM values.adrian2013-03-111-1/+3
* * Reduce the PCU lock overhead a little by only re-acquiring it if weadrian2013-02-161-5/+20
* Work around some rather unfortunate race conditions inside net80211.adrian2013-01-311-5/+3
* If we're doing a kickpcu, make sure we flush the whole RX list rather thanadrian2013-01-131-1/+7
* If spectral scan is enabled, ensure radar report PHY errors are alsoadrian2013-01-081-0/+7
* For PHY error frames, populate the configured channel flags rather thanadrian2013-01-041-1/+16
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* ALQ logging enhancements:adrian2012-11-161-1/+12
* Add some hooks into the driver to attach, detach and record EDMA descriptoradrian2012-11-081-0/+4
* Break the RX processing up into smaller chunks of 128 frames each.adrian2012-10-141-0/+22
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.adrian2012-09-241-3/+3
* Remove extra debugging - there's no longer any need.adrian2012-08-291-2/+0
* Remove unnecessary debugging printf()s.adrian2012-08-061-4/+0
* Modify ath_descdma_setup() to take a descriptor size parameter.adrian2012-07-231-1/+4
* Handle RX Keymiss events.adrian2012-07-151-0/+8
* Migrate the ATH_KTR_* fields out to if_ath_debug.h .adrian2012-07-101-3/+0
* Convert sc_rxpending to a per-EDMA queue, and use that for the legacy code.adrian2012-07-101-18/+27
* Further preparations for the RX EDMA support.adrian2012-07-091-0/+28
* Extend the RX HAL API to include the RX queue identifier.adrian2012-07-091-3/+3
* Begin abstracting out the RX path in preparation for RX EDMA support.adrian2012-07-031-30/+52
* Change the ath_dfs_process_phy_err() method to take an mbuf rather thanadrian2012-06-241-1/+1
* Introduce an optional ath(4) radiotap vendor extension.adrian2012-06-241-1/+57
* .. and this wasn't supposed to be in the previous commit either.adrian2012-06-161-1/+0
* oops, remove this, it wasn't supposed to be committed.adrian2012-06-161-0/+1
* Create a function - ath_tx_kick() - which is called where ath_start() isadrian2012-06-051-2/+1
* Migrate the TX path to a taskqueue for now, until a better way ofadrian2012-06-041-1/+2
* Re-add 'ic' and properly wrap it in the SUPERG macro.adrian2012-05-211-0/+3
* Remove unused variable.bschmidt2012-05-201-1/+0
* Migrate the per-frame code out from ath_rx_proc() to ath_rx_pkt().adrian2012-05-201-308/+328
* Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c.adrian2012-05-201-0/+1
* Migrate the bulk of the RX routines out from if_ath.c to if_ath_rx.[ch].adrian2012-05-201-0/+967
OpenPOWER on IntegriCloud