aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_rx.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: move net_epoch into net80211Bjoern A. Zeeb2024-06-121-10/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* [ath] Don't use hard-coded values in the sanity check.Adrian Chadd2020-12-081-3/+6
* [if_ath] Don't update the beacon bits from beacon frames in hostapd mode.Adrian Chadd2020-06-071-4/+8
* [ath] Don't re-program the beacon timers if we miss a beacon in software-beac...Adrian Chadd2020-06-011-1/+9
* [ath] Attempt to fix epoch handling.Adrian Chadd2020-02-201-1/+10
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-3/+0
* ath(4) processing input packets in taskqueue. Enter network epochGleb Smirnoff2020-01-241-0/+3
* [ath] [ath_rate] Fix ANI calibration during non-ACTIVE states; start poking a...Adrian Chadd2019-05-051-1/+21
* [ath] [ath_hal] [ath_hal_9300] Extend the start PCU receive to handle resetti...Adrian Chadd2019-04-211-2/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [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-64/+81
* [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