aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ath(4): Fix a sysctl description and a typo in a commentGordon Bergling2023-01-191-1/+1
* [ath] Add ast_tsfoor to the sysctl statistics array.Adrian Chadd2021-05-221-0/+4
* ath: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+2
* [ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd2020-05-251-3/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-211-54/+56
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [ath] report node queue overflows.Adrian Chadd2016-06-091-0/+3
* [ath] Add counters for STBC TX and LDPC TX.Adrian Chadd2016-04-291-0/+6
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-271-8/+4
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-081-4/+8
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-071-8/+4
* Wake up the hardware before doing anything in sysctl.Adrian Chadd2015-07-041-48/+231
* Bump the valid GPIO range for rfkill up from 8 to 16.Adrian Chadd2014-12-231-1/+9
* Modify the RX path to keep the previous RX descriptor around once it'sAdrian Chadd2014-05-061-2/+4
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-301-3/+16
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Implement a separate hardware queue threshold for aggregate and non-aggrAdrian Chadd2013-05-211-2/+5
* Implement STBC receive frame statistics.Adrian Chadd2013-05-081-0/+3
* Re-work how transmit buffer limits are enforced - partly to fix the PR,Adrian Chadd2013-05-071-1/+4
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingAdrian Chadd2013-03-241-0/+7
* Print out the current fifo queue depth correctly - not just the maxAdrian Chadd2013-03-181-1/+2
* Dump out information about the RX descriptor free list and FIFO information.Adrian Chadd2013-03-181-0/+16
* Implement "holding buffers" per TX queue rather than globally.Adrian Chadd2013-03-141-2/+4
* Add an option to allow the minimum number of delimiters to be tweaked.Adrian Chadd2013-02-211-2/+9
* Add a new option to limit the maximum size of aggregates.Adrian Chadd2013-02-211-1/+7
* Implement frame (data) transmission using if_transmit(), rather thanAdrian Chadd2013-01-151-0/+31
* Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ.Adrian Chadd2012-11-131-1/+3
* s/ATH_DEBUG/ATH_DEBUG_ALQKevin Lo2012-11-101-1/+1
* Fix the build - fix up the ath_alq code to not compile by default.Adrian Chadd2012-11-081-4/+8
* Add some hooks into the driver to attach, detach and record EDMA descriptorAdrian Chadd2012-11-081-0/+55
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.Adrian Chadd2012-09-241-0/+3
* Implement my first cut at filtered frames in aggregation sessions.Adrian Chadd2012-09-181-0/+2
* Dump out the TX FIFO depth.Adrian Chadd2012-08-141-2/+3
* Handle RX Keymiss events.Adrian Chadd2012-07-151-0/+2
* Implement a global (all non-mgmt traffic) TX ath_buf limitation whenAdrian Chadd2012-06-141-4/+3
* Implement a separate, smaller pool of ath_buf entries for use by managementAdrian Chadd2012-06-131-0/+13
* Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;Adrian Chadd2012-05-151-2/+2
* Squirrel away SYNC interrupt debugging if it's enabled in the HAL.Adrian Chadd2012-04-101-0/+24
* Break out the legacy duration and protection code into routines,Adrian Chadd2012-04-071-0/+2
* Don't flood the cabq/mcastq with frames.Adrian Chadd2012-03-101-1/+15
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson2012-02-281-1/+1
* Flesh out configurable hardware based LED blinking.Adrian Chadd2011-12-261-0/+34
* Refactor out the software LED config code into a common function, calledAdrian Chadd2011-12-261-8/+3
* Flesh out the TX aggregation completion statistics.Adrian Chadd2011-11-231-2/+8
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.Adrian Chadd2011-11-091-0/+7
* Add a new HAL parameter which forces a full reset rather than warm reset.Adrian Chadd2011-11-091-0/+5
* In preparation for supporting 11n TX/RX properly, allow for TX queue drainingAdrian Chadd2011-11-081-3/+5