summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Implement a separate hardware queue threshold for aggregate and non-aggradrian2013-05-211-2/+5
* Implement STBC receive frame statistics.adrian2013-05-081-0/+3
* Re-work how transmit buffer limits are enforced - partly to fix the PR,adrian2013-05-071-1/+4
* Overhaul the TXQ locking (again!) as part of some beacon/cabq timingadrian2013-03-241-0/+7
* Print out the current fifo queue depth correctly - not just the maxadrian2013-03-181-1/+2
* Dump out information about the RX descriptor free list and FIFO information.adrian2013-03-181-0/+16
* Implement "holding buffers" per TX queue rather than globally.adrian2013-03-141-2/+4
* Add an option to allow the minimum number of delimiters to be tweaked.adrian2013-02-211-2/+9
* Add a new option to limit the maximum size of aggregates.adrian2013-02-211-1/+7
* Implement frame (data) transmission using if_transmit(), rather thanadrian2013-01-151-0/+31
* Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ.adrian2012-11-131-1/+3
* s/ATH_DEBUG/ATH_DEBUG_ALQkevlo2012-11-101-1/+1
* Fix the build - fix up the ath_alq code to not compile by default.adrian2012-11-081-4/+8
* Add some hooks into the driver to attach, detach and record EDMA descriptoradrian2012-11-081-0/+55
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.adrian2012-09-241-0/+3
* Implement my first cut at filtered frames in aggregation sessions.adrian2012-09-181-0/+2
* Dump out the TX FIFO depth.adrian2012-08-141-2/+3
* Handle RX Keymiss events.adrian2012-07-151-0/+2
* Implement a global (all non-mgmt traffic) TX ath_buf limitation whenadrian2012-06-141-4/+3
* Implement a separate, smaller pool of ath_buf entries for use by managementadrian2012-06-131-0/+13
* Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD;adrian2012-05-151-2/+2
* Squirrel away SYNC interrupt debugging if it's enabled in the HAL.adrian2012-04-101-0/+24
* Break out the legacy duration and protection code into routines,adrian2012-04-071-0/+2
* Don't flood the cabq/mcastq with frames.adrian2012-03-101-1/+15
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
* Flesh out configurable hardware based LED blinking.adrian2011-12-261-0/+34
* Refactor out the software LED config code into a common function, calledadrian2011-12-261-8/+3
* Flesh out the TX aggregation completion statistics.adrian2011-11-231-2/+8
* Introduce a work-around for issues with the AR5416 based MAC on SMP devices.adrian2011-11-091-0/+7
* Add a new HAL parameter which forces a full reset rather than warm reset.adrian2011-11-091-0/+5
* In preparation for supporting 11n TX/RX properly, allow for TX queue drainingadrian2011-11-081-3/+5
* Migrate the STAILQ lists to TAILQs.adrian2011-11-081-1/+1
* Begin merging in some of my 802.11n TX aggregation driver changes.adrian2011-11-081-0/+102
* As a prelude to bringing over the 11n work, include some extra statistics fie...adrian2011-10-261-0/+17
* Reset the NIC if ANI is enabled or disabled.adrian2011-07-291-1/+15
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-231-0/+40
* * Add some more TX descriptor error counters; this'll be helpful whenadrian2011-05-151-0/+6
* Add TX carrier sense timeout statistics.adrian2011-04-181-0/+2
* Add global TX timeout handling.adrian2011-04-181-0/+2
* According to ath9k recv.c, one shouldn't be doing self-linked descriptorsadrian2011-03-291-0/+2
* Migrate the sysctl related routines (statistics, debugging, etc) out ofadrian2011-03-021-0/+709
OpenPOWER on IntegriCloud