| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFS r365608: | Bjoern A. Zeeb | 2020-09-12 | 1 | -5/+7 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | [ath] report node queue overflows. | Adrian Chadd | 2016-06-09 | 1 | -0/+3 |
| * | [ath] Add counters for STBC TX and LDPC TX. | Adrian Chadd | 2016-04-29 | 1 | -0/+6 |
| * | Remove taskqueue_enqueue_fast(). | John Baldwin | 2016-03-01 | 1 | -1/+1 |
| * | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 1 | -8/+4 |
| * | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 1 | -4/+8 |
| * | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 1 | -8/+4 |
| * | Wake up the hardware before doing anything in sysctl. | Adrian Chadd | 2015-07-04 | 1 | -48/+231 |
| * | Bump the valid GPIO range for rfkill up from 8 to 16. | Adrian Chadd | 2014-12-23 | 1 | -1/+9 |
| * | Modify the RX path to keep the previous RX descriptor around once it's | Adrian Chadd | 2014-05-06 | 1 | -2/+4 |
| * | Bring over some initial power save management support, reset path | Adrian Chadd | 2014-04-30 | 1 | -3/+16 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Implement a separate hardware queue threshold for aggregate and non-aggr | Adrian Chadd | 2013-05-21 | 1 | -2/+5 |
| * | Implement STBC receive frame statistics. | Adrian Chadd | 2013-05-08 | 1 | -0/+3 |
| * | Re-work how transmit buffer limits are enforced - partly to fix the PR, | Adrian Chadd | 2013-05-07 | 1 | -1/+4 |
| * | Overhaul the TXQ locking (again!) as part of some beacon/cabq timing | Adrian Chadd | 2013-03-24 | 1 | -0/+7 |
| * | Print out the current fifo queue depth correctly - not just the max | Adrian Chadd | 2013-03-18 | 1 | -1/+2 |
| * | Dump out information about the RX descriptor free list and FIFO information. | Adrian Chadd | 2013-03-18 | 1 | -0/+16 |
| * | Implement "holding buffers" per TX queue rather than globally. | Adrian Chadd | 2013-03-14 | 1 | -2/+4 |
| * | Add an option to allow the minimum number of delimiters to be tweaked. | Adrian Chadd | 2013-02-21 | 1 | -2/+9 |
| * | Add a new option to limit the maximum size of aggregates. | Adrian Chadd | 2013-02-21 | 1 | -1/+7 |
| * | Implement frame (data) transmission using if_transmit(), rather than | Adrian Chadd | 2013-01-15 | 1 | -0/+31 |
| * | Place 'dev.ath.X.debug' back under ATH_DEBUG, rather than ATH_DEBUG_ALQ. | Adrian Chadd | 2012-11-13 | 1 | -1/+3 |
| * | s/ATH_DEBUG/ATH_DEBUG_ALQ | Kevin Lo | 2012-11-10 | 1 | -1/+1 |
| * | Fix the build - fix up the ath_alq code to not compile by default. | Adrian Chadd | 2012-11-08 | 1 | -4/+8 |
| * | Add some hooks into the driver to attach, detach and record EDMA descriptor | Adrian Chadd | 2012-11-08 | 1 | -0/+55 |
| * | Migrate the ath(4) KTR logging to use an ATH_KTR() macro. | Adrian Chadd | 2012-09-24 | 1 | -0/+3 |
| * | Implement my first cut at filtered frames in aggregation sessions. | Adrian Chadd | 2012-09-18 | 1 | -0/+2 |
| * | Dump out the TX FIFO depth. | Adrian Chadd | 2012-08-14 | 1 | -2/+3 |
| * | Handle RX Keymiss events. | Adrian Chadd | 2012-07-15 | 1 | -0/+2 |
| * | Implement a global (all non-mgmt traffic) TX ath_buf limitation when | Adrian Chadd | 2012-06-14 | 1 | -4/+3 |
| * | Implement a separate, smaller pool of ath_buf entries for use by management | Adrian Chadd | 2012-06-13 | 1 | -0/+13 |
| * | Migrate ath_debug and sc_debug from an int to a uint64_t / QUAD; | Adrian Chadd | 2012-05-15 | 1 | -2/+2 |
| * | Squirrel away SYNC interrupt debugging if it's enabled in the HAL. | Adrian Chadd | 2012-04-10 | 1 | -0/+24 |
| * | Break out the legacy duration and protection code into routines, | Adrian Chadd | 2012-04-07 | 1 | -0/+2 |
| * | Don't flood the cabq/mcastq with frames. | Adrian Chadd | 2012-03-10 | 1 | -1/+15 |
| * | Correct capitalization of "Hz" in user-visible text (manpages, printf(), | Gavin Atkinson | 2012-02-28 | 1 | -1/+1 |
| * | Flesh out configurable hardware based LED blinking. | Adrian Chadd | 2011-12-26 | 1 | -0/+34 |
| * | Refactor out the software LED config code into a common function, called | Adrian Chadd | 2011-12-26 | 1 | -8/+3 |
| * | Flesh out the TX aggregation completion statistics. | Adrian Chadd | 2011-11-23 | 1 | -2/+8 |
| * | Introduce a work-around for issues with the AR5416 based MAC on SMP devices. | Adrian Chadd | 2011-11-09 | 1 | -0/+7 |
| * | Add a new HAL parameter which forces a full reset rather than warm reset. | Adrian Chadd | 2011-11-09 | 1 | -0/+5 |
| * | In preparation for supporting 11n TX/RX properly, allow for TX queue draining | Adrian Chadd | 2011-11-08 | 1 | -3/+5 |
| * | Migrate the STAILQ lists to TAILQs. | Adrian Chadd | 2011-11-08 | 1 | -1/+1 |
| * | Begin merging in some of my 802.11n TX aggregation driver changes. | Adrian Chadd | 2011-11-08 | 1 | -0/+102 |
| * | As a prelude to bringing over the 11n work, include some extra statistics fie... | Adrian Chadd | 2011-10-26 | 1 | -0/+17 |
| * | Reset the NIC if ANI is enabled or disabled. | Adrian Chadd | 2011-07-29 | 1 | -1/+15 |
| * | Break out most of the HAL related tweaks into a per-HAL instance, | Adrian Chadd | 2011-06-23 | 1 | -0/+40 |
| * | * Add some more TX descriptor error counters; this'll be helpful when | Adrian Chadd | 2011-05-15 | 1 | -0/+6 |