summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Add another comment about WB195 (AR9285+AR3011) when using ASPM.adrian2013-06-101-0/+4
* Bring over the initial static bluetooth coexistence configurationadrian2013-06-073-0/+352
* Add accessor macros for the bluetooth coexistence routines.adrian2013-06-071-0/+21
* Add bluetooth fixes to the AR5416/AR92xx HAL:adrian2013-06-076-5/+22
* Enable slow diversity combining for the AR9285.adrian2013-06-051-0/+2
* As a temporary work-around (read: until there's a nice API for exposingadrian2013-06-051-0/+29
* Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration inadrian2013-06-053-2/+33
* Add a new capability flag to announce that the chip implements LNA mixingadrian2013-06-054-1/+6
* Document the AR9285/AR9485 LNA configuration information that'sadrian2013-06-051-0/+26
* Add the combined (mixed) diversity support capability bit for theadrian2013-06-042-0/+4
* Fix the order of TX shutdown and reset.adrian2013-06-031-4/+25
* Fix receive on the AR9285 (Kite) with only one antenna connected.adrian2013-06-031-1/+14
* Turn the reassociate debug print into a DPRINTF.adrian2013-05-291-1/+2
* Shuffle around the cleanup unpause calls a bit.adrian2013-05-291-15/+13
* Migrate ath(4) to now use if_transmit instead of the legacy if_startadrian2013-05-264-219/+243
* Implement a separate hardware queue threshold for aggregate and non-aggradrian2013-05-215-12/+65
* Enable the use of TDMA on an 802.11n channel (with aggregation disabled,adrian2013-05-213-6/+89
* Fix build break - the SetCapability calls return HAL_BOOL,adrian2013-05-211-1/+1
* Extend the TXOP enforce capability to support checking whether it'sadrian2013-05-211-0/+6
* Make the HT rate duration calculation work for MCS rates > 15.adrian2013-05-201-2/+2
* More non-ATH_DEBUG build fixes.adrian2013-05-191-3/+5
* Since we're now using the ah pointer, always declare it.adrian2013-05-191-2/+0
* Be (very) careful about how to add more TX DMA work.adrian2013-05-185-149/+195
* Re-add some code to exclude transmitting if we're in reset.adrian2013-05-181-0/+19
* Add some more debugging printf()s to complain if the ath_buf tx queueadrian2013-05-171-0/+23
* Tidy up the debugging - don't bother printing out TID pointers; nowadrian2013-05-161-23/+24
* Limit the number of software queued frames when doing non-aggregation.adrian2013-05-161-2/+6
* Dump out the holding buffer descriptor contents and addresses stopping DMA.adrian2013-05-161-2/+12
* Implement my first cut at "correct" node power-save andadrian2013-05-157-72/+504
* Add ALQ beacon debugging.adrian2013-05-133-0/+28
* Support sending ATH_ALQ messages with no payload.adrian2013-05-131-3/+5
* Improve the debugging output - use the MAC address rather than variousadrian2013-05-132-37/+112
* Since the node state is 100% back under the TX lock, just kill the useadrian2013-05-132-17/+10
* Oops, commit the other half of r250606.adrian2013-05-132-27/+135
* This lock only protects the rate control state for now, mention this.adrian2013-05-131-1/+1
* Begin tidying up the reassociation and node sleep/wakeup paths.adrian2013-05-131-22/+37
* Make sure the holding descriptor and link pointer are both freed duringadrian2013-05-102-2/+30
* Update the holding buffer locking for EDMA.adrian2013-05-091-3/+3
* Fix the holding descriptor logic to actually be "right" (for valuesadrian2013-05-082-8/+55
* This shouldn't have made it into this commit, sorry.adrian2013-05-081-6/+0
* Revert a previous commit - this is causing hardware errors.adrian2013-05-082-14/+19
* Implement STBC receive frame statistics.adrian2013-05-086-2/+17
* Re-work how transmit buffer limits are enforced - partly to fix the PR,adrian2013-05-074-17/+94
* Simplify this bit of code!adrian2013-05-071-4/+1
* The holding buffer logic needs to be used for _all_ transmission, notadrian2013-05-041-13/+14
* Add device identification and probe/attach support for the QCA9565.adrian2013-05-023-0/+5
* Debugging changes!adrian2013-04-291-3/+3
* Conditionally compile this only if ATH_DEBUG is defined.adrian2013-04-261-0/+4
* Dump the entire TXQ descriptor contents during a reset, rather than onlyadrian2013-04-261-0/+29
* When doing BAW tracking, don't dereference a NULL pointer if the BAWadrian2013-04-211-1/+2
OpenPOWER on IntegriCloud