summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath
Commit message (Expand)AuthorAgeFilesLines
* Migrate the TID TXQ accesses to a new set of macros, rather than reusingadrian2012-10-073-34/+55
* Initialise an uninitialised variable.adrian2012-10-051-1/+2
* Implement the quarter rate fractional channel programming for theadrian2012-10-042-4/+86
* Pause and unpause the software queues for a given node based on theadrian2012-10-035-8/+200
* Track the last ANI TX/RX sample correctly.adrian2012-09-271-2/+2
* Map the non-QoS TID to the voice queue, in order to ensure importantadrian2012-09-261-2/+7
* Oops - don't do the clrdmask check in ath_tx_xmit_normal() - the wrongadrian2012-09-251-3/+2
* Call ath_tx_tid_unsched() after the node has been flushed, so theadrian2012-09-251-3/+2
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.adrian2012-09-247-26/+142
* Debugging output fixes:adrian2012-09-241-6/+7
* Prepare for software retransmission of non-aggregate frames but ensureadrian2012-09-241-23/+72
* In (eventual) preparation for supporting disabling the whole 11n/softwareadrian2012-09-241-0/+6
* Introduce the CLRDMASK gating based on tid->clrdmask, enabling filteredadrian2012-09-201-9/+81
* Place the comment where it should be.adrian2012-09-201-16/+12
* Add a work-around for some strange net80211 BAR races in the wirelessadrian2012-09-201-1/+10
* Oops - take a copy of ath_tx_status from the buffer before the TX processingadrian2012-09-181-10/+19
* Implement my first cut at filtered frames in aggregation sessions.adrian2012-09-183-77/+510
* Add a couple of accessor inline functions for state that exists in net80211.adrian2012-09-181-0/+31
* Rename AH_MIMO_MAX_CHAINS to AH_MAX_CHAINS, for compatibility withadrian2012-09-173-8/+8
* Take credit for the work I've done in this source file.adrian2012-09-171-0/+1
* Add a per-TID filter queue and filter state bits.adrian2012-09-171-0/+15
* Add a debug bit for TX destination filtering.adrian2012-09-171-0/+1
* Improve performance of the Sample rate algorithm on 802.11n networks.adrian2012-09-171-15/+5
* Don't use AR_PHY_MODE to setup half/quarter rate.adrian2012-09-132-13/+4
* Enable fractional 5G mode on half/quarter rate channels.adrian2012-09-131-1/+11
* Flip on half/quarter rate support.adrian2012-09-131-3/+3
* Introduce an AR5416 flavour of the IFS and mac usec/timing configurationadrian2012-09-131-1/+140
* Call the ar5212SetCoverageClass() function for now.adrian2012-09-131-1/+2
* Add register defintions for the AR5416 TX/RX latency fields.adrian2012-09-131-0/+6
* Compensate for half/quarter rate differences in MAC clock speed.adrian2012-09-131-0/+7
* Clear the correct descriptor when going through the chained togetheradrian2012-09-111-1/+1
* Make sure the aggregate fields are properly cleared - both in theadrian2012-09-091-0/+12
* Remove TDMA #define entries from if_ath.c; they now exist in if_ath_tdma.h.adrian2012-09-091-16/+0
* Correctly mask out the RTS/CTS flags when forming aggregates.adrian2012-09-081-1/+1
* Ensure that single-frame aggregate session frames are retransmittedadrian2012-09-071-0/+45
* Disable strong signal diversity when enabling radar pulse detectionadrian2012-09-021-0/+7
* AR5212 radar pulse fixes.adrian2012-09-021-13/+12
* Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also popsadrian2012-09-011-4/+14
* Migrate the AR9285 diversity configuration LNA configuration to useadrian2012-08-303-110/+126
* There's no nede to allocate a DMA map just before calling bus_dmamem_alloc().adrian2012-08-291-11/+0
* Set the HAL combined antenna diversity capability if the AR9285adrian2012-08-291-0/+3
* Add a new capability bit - whether the hardware supports AR9285 styleadrian2012-08-291-1/+2
* Add AR5413 radar parameters and strong signal diversity capability.adrian2012-08-292-21/+155
* Add a (temporarily located) definition.adrian2012-08-291-0/+5
* Remove - not needed.adrian2012-08-291-2/+0
* Remove extra debugging - there's no longer any need.adrian2012-08-291-2/+0
* Only print the descriptor contents!adrian2012-08-271-2/+2
* Improve the sample rate logging.adrian2012-08-271-2/+3
* Ensure that all firstep values are available in ANI.adrian2012-08-271-3/+7
* Fix the debugging output to correctly log CCK errors.adrian2012-08-271-1/+1
OpenPOWER on IntegriCloud