summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_sysctl.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-01-19ath(4): Fix a sysctl description and a typo in a commentGordon Bergling
2021-05-22[ath] Add ast_tsfoor to the sysctl statistics array.Adrian Chadd
2020-09-01ath: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-25[ath] [ath_hal] Propagate the HAL_RESET_TYPE through to the chip reset; set i...Adrian Chadd
2020-02-21Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-06-09[ath] report node queue overflows.Adrian Chadd
2016-04-29[ath] Add counters for STBC TX and LDPC TX.Adrian Chadd
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2015-07-04Wake up the hardware before doing anything in sysctl.Adrian Chadd
2014-12-23Bump the valid GPIO range for rfkill up from 8 to 16.Adrian Chadd
2014-05-06Modify the RX path to keep the previous RX descriptor around once it'sAdrian Chadd
2014-04-30Bring over some initial power save management support, reset pathAdrian Chadd
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-05-21Implement a separate hardware queue threshold for aggregate and non-aggrAdrian Chadd
2013-05-08Implement STBC receive frame statistics.Adrian Chadd
2013-05-07Re-work how transmit buffer limits are enforced - partly to fix the PR,Adrian Chadd
2013-03-24Overhaul the TXQ locking (again!) as part of some beacon/cabq timingAdrian Chadd
2013-03-18Print out the current fifo queue depth correctly - not just the maxAdrian Chadd
2013-03-18Dump out information about the RX descriptor free list and FIFO information.Adrian Chadd
2013-03-14Implement "holding buffers" per TX queue rather than globally.Adrian Chadd
2013-02-21Add an option to allow the minimum number of delimiters to be tweaked.Adrian Chadd
2013-02-21Add a new option to limit the maximum size of aggregates.Adrian Chadd
2013-01-15Implement frame (data) transmission using if_transmit(), rather thanAdrian Chadd
2012-11-13Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ.Adrian Chadd
2012-11-10s/ATH_DEBUG/ATH_DEBUG_ALQKevin Lo
2012-11-08Fix the build - fix up the ath_alq code to not compile by default.Adrian Chadd
2012-11-08Add some hooks into the driver to attach, detach and record EDMA descriptorAdrian Chadd
2012-09-24Migrate the ath(4) KTR logging to use an ATH_KTR() macro.Adrian Chadd
2012-09-18Implement my first cut at filtered frames in aggregation sessions.Adrian Chadd
2012-08-14Dump out the TX FIFO depth.Adrian Chadd
2012-07-15Handle RX Keymiss events.Adrian Chadd
2012-06-14Implement a global (all non-mgmt traffic) TX ath_buf limitation whenAdrian Chadd
2012-06-13Implement a separate, smaller pool of ath_buf entries for use by managementAdrian Chadd
2012-05-15Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;Adrian Chadd
2012-04-10Squirrel away SYNC interrupt debugging if it's enabled in the HAL.Adrian Chadd
2012-04-07Break out the legacy duration and protection code into routines,Adrian Chadd
2012-03-10Don't flood the cabq/mcastq with frames.Adrian Chadd
2012-02-28Correct capitalization of "Hz" in user-visible text (manpages, printf(),Gavin Atkinson
2011-12-26Flesh out configurable hardware based LED blinking.Adrian Chadd
2011-12-26Refactor out the software LED config code into a common function, calledAdrian Chadd
2011-11-23Flesh out the TX aggregation completion statistics.Adrian Chadd
2011-11-09Introduce a work-around for issues with the AR5416 based MAC on SMP devices.Adrian Chadd
2011-11-09Add a new HAL parameter which forces a full reset rather than warm reset.Adrian Chadd
2011-11-08In preparation for supporting 11n TX/RX properly, allow for TX queue drainingAdrian Chadd