aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_rx.c
Commit message (Expand)AuthorAgeFilesLines
* [ath] fix short-GI wireshark flag.Adrian Chadd2017-05-261-1/+2
* [ath] [ath_hal] retire AH_SUPPORT_AR5416 changing anything.Adrian Chadd2017-05-251-8/+3
* [ath] include logging of TU versions of the TSF values.Adrian Chadd2016-11-281-2/+7
* [ath] add the MIMO per-chain RSSI and noise floor information.Adrian Chadd2016-11-031-3/+34
* dev/ath: minor spelling fixes in comments.Pedro F. Giffuni2016-05-021-1/+1
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-4/+4
* [ath] Only process beacon frames for the IBSS/BSSID if appropriate.Adrian Chadd2016-04-091-62/+79
* [ath] listen to all beacons in IBSS and software beacon miss.Adrian Chadd2015-11-251-3/+7
* [ath] migrate ioctl and busdma memory operations out into separate source files.Adrian Chadd2015-11-241-0/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-31/+17
* Remove most of the references of ifp->if_softc and replace withAdrian Chadd2015-08-171-1/+1
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-16/+30
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-30/+16
* Use device_printf() instead of if_printf(). No functional changes.Gleb Smirnoff2015-05-291-2/+2
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-2/+2
* 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