index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ath
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate the TID TXQ accesses to a new set of macros, rather than reusing
adrian
2012-10-07
3
-34
/
+55
*
Initialise an uninitialised variable.
adrian
2012-10-05
1
-1
/
+2
*
Implement the quarter rate fractional channel programming for the
adrian
2012-10-04
2
-4
/
+86
*
Pause and unpause the software queues for a given node based on the
adrian
2012-10-03
5
-8
/
+200
*
Track the last ANI TX/RX sample correctly.
adrian
2012-09-27
1
-2
/
+2
*
Map the non-QoS TID to the voice queue, in order to ensure important
adrian
2012-09-26
1
-2
/
+7
*
Oops - don't do the clrdmask check in ath_tx_xmit_normal() - the wrong
adrian
2012-09-25
1
-3
/
+2
*
Call ath_tx_tid_unsched() after the node has been flushed, so the
adrian
2012-09-25
1
-3
/
+2
*
Migrate the ath(4) KTR logging to use an ATH_KTR() macro.
adrian
2012-09-24
7
-26
/
+142
*
Debugging output fixes:
adrian
2012-09-24
1
-6
/
+7
*
Prepare for software retransmission of non-aggregate frames but ensure
adrian
2012-09-24
1
-23
/
+72
*
In (eventual) preparation for supporting disabling the whole 11n/software
adrian
2012-09-24
1
-0
/
+6
*
Introduce the CLRDMASK gating based on tid->clrdmask, enabling filtered
adrian
2012-09-20
1
-9
/
+81
*
Place the comment where it should be.
adrian
2012-09-20
1
-16
/
+12
*
Add a work-around for some strange net80211 BAR races in the wireless
adrian
2012-09-20
1
-1
/
+10
*
Oops - take a copy of ath_tx_status from the buffer before the TX processing
adrian
2012-09-18
1
-10
/
+19
*
Implement my first cut at filtered frames in aggregation sessions.
adrian
2012-09-18
3
-77
/
+510
*
Add a couple of accessor inline functions for state that exists in net80211.
adrian
2012-09-18
1
-0
/
+31
*
Rename AH_MIMO_MAX_CHAINS to AH_MAX_CHAINS, for compatibility with
adrian
2012-09-17
3
-8
/
+8
*
Take credit for the work I've done in this source file.
adrian
2012-09-17
1
-0
/
+1
*
Add a per-TID filter queue and filter state bits.
adrian
2012-09-17
1
-0
/
+15
*
Add a debug bit for TX destination filtering.
adrian
2012-09-17
1
-0
/
+1
*
Improve performance of the Sample rate algorithm on 802.11n networks.
adrian
2012-09-17
1
-15
/
+5
*
Don't use AR_PHY_MODE to setup half/quarter rate.
adrian
2012-09-13
2
-13
/
+4
*
Enable fractional 5G mode on half/quarter rate channels.
adrian
2012-09-13
1
-1
/
+11
*
Flip on half/quarter rate support.
adrian
2012-09-13
1
-3
/
+3
*
Introduce an AR5416 flavour of the IFS and mac usec/timing configuration
adrian
2012-09-13
1
-1
/
+140
*
Call the ar5212SetCoverageClass() function for now.
adrian
2012-09-13
1
-1
/
+2
*
Add register defintions for the AR5416 TX/RX latency fields.
adrian
2012-09-13
1
-0
/
+6
*
Compensate for half/quarter rate differences in MAC clock speed.
adrian
2012-09-13
1
-0
/
+7
*
Clear the correct descriptor when going through the chained together
adrian
2012-09-11
1
-1
/
+1
*
Make sure the aggregate fields are properly cleared - both in the
adrian
2012-09-09
1
-0
/
+12
*
Remove TDMA #define entries from if_ath.c; they now exist in if_ath_tdma.h.
adrian
2012-09-09
1
-16
/
+0
*
Correctly mask out the RTS/CTS flags when forming aggregates.
adrian
2012-09-08
1
-1
/
+1
*
Ensure that single-frame aggregate session frames are retransmitted
adrian
2012-09-07
1
-0
/
+45
*
Disable strong signal diversity when enabling radar pulse detection
adrian
2012-09-02
1
-0
/
+7
*
AR5212 radar pulse fixes.
adrian
2012-09-02
1
-13
/
+12
*
Fix the PHY / CRC error bug in the AR5212 HAL, which apparently also pops
adrian
2012-09-01
1
-4
/
+14
*
Migrate the AR9285 diversity configuration LNA configuration to use
adrian
2012-08-30
3
-110
/
+126
*
There's no nede to allocate a DMA map just before calling bus_dmamem_alloc().
adrian
2012-08-29
1
-11
/
+0
*
Set the HAL combined antenna diversity capability if the AR9285
adrian
2012-08-29
1
-0
/
+3
*
Add a new capability bit - whether the hardware supports AR9285 style
adrian
2012-08-29
1
-1
/
+2
*
Add AR5413 radar parameters and strong signal diversity capability.
adrian
2012-08-29
2
-21
/
+155
*
Add a (temporarily located) definition.
adrian
2012-08-29
1
-0
/
+5
*
Remove - not needed.
adrian
2012-08-29
1
-2
/
+0
*
Remove extra debugging - there's no longer any need.
adrian
2012-08-29
1
-2
/
+0
*
Only print the descriptor contents!
adrian
2012-08-27
1
-2
/
+2
*
Improve the sample rate logging.
adrian
2012-08-27
1
-2
/
+3
*
Ensure that all firstep values are available in ANI.
adrian
2012-08-27
1
-3
/
+7
*
Fix the debugging output to correctly log CCK errors.
adrian
2012-08-27
1
-1
/
+1
[next]