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
*
MFC r262930
rpaulo
2014-03-11
1
-3
/
+4
*
MFC r260444:
kevlo
2014-02-17
1
-2
/
+2
*
MFC r256658, r256666:
rpaulo
2013-12-13
2
-133
/
+109
*
Add channel survey support to the AR5212 HAL.
adrian
2013-10-08
3
-18
/
+102
*
Use the new ieee80211_tx_complete() function.
adrian
2013-08-27
1
-11
/
+2
*
Log the MAC address of the node in question rather than the pointer.
adrian
2013-08-17
1
-8
/
+25
*
Don't log anything if npkts == 0.
adrian
2013-06-29
1
-3
/
+4
*
Extend the AHB code to work on chips besides the AR9130.
adrian
2013-06-26
1
-11
/
+56
*
Add a HAL local routine to map the 2GHz channel frequency to an IEEE
adrian
2013-06-26
2
-0
/
+22
*
Add in an initial WB225 (AR9485 + AR3012 BT) combo profile.
adrian
2013-06-14
1
-0
/
+60
*
Initial AR9485/AR933x 1x1 LNA diversity work.
adrian
2013-06-14
2
-43
/
+257
*
Set the antenna "config group" field.
adrian
2013-06-12
1
-0
/
+1
*
Migrate the LNA mixing diversity machinery from the AR9285 HAL to the driver.
adrian
2013-06-12
12
-658
/
+930
*
Remove the AR9285 specific structure for LNA diversity and use the HAL.
adrian
2013-06-12
3
-19
/
+13
*
Add another comment about WB195 (AR9285+AR3011) when using ASPM.
adrian
2013-06-10
1
-0
/
+4
*
Bring over the initial static bluetooth coexistence configuration
adrian
2013-06-07
3
-0
/
+352
*
Add accessor macros for the bluetooth coexistence routines.
adrian
2013-06-07
1
-0
/
+21
*
Add bluetooth fixes to the AR5416/AR92xx HAL:
adrian
2013-06-07
6
-5
/
+22
*
Enable slow diversity combining for the AR9285.
adrian
2013-06-05
1
-0
/
+2
*
As a temporary work-around (read: until there's a nice API for exposing
adrian
2013-06-05
1
-0
/
+29
*
Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration in
adrian
2013-06-05
3
-2
/
+33
*
Add a new capability flag to announce that the chip implements LNA mixing
adrian
2013-06-05
4
-1
/
+6
*
Document the AR9285/AR9485 LNA configuration information that's
adrian
2013-06-05
1
-0
/
+26
*
Add the combined (mixed) diversity support capability bit for the
adrian
2013-06-04
2
-0
/
+4
*
Fix the order of TX shutdown and reset.
adrian
2013-06-03
1
-4
/
+25
*
Fix receive on the AR9285 (Kite) with only one antenna connected.
adrian
2013-06-03
1
-1
/
+14
*
Turn the reassociate debug print into a DPRINTF.
adrian
2013-05-29
1
-1
/
+2
*
Shuffle around the cleanup unpause calls a bit.
adrian
2013-05-29
1
-15
/
+13
*
Migrate ath(4) to now use if_transmit instead of the legacy if_start
adrian
2013-05-26
4
-219
/
+243
*
Implement a separate hardware queue threshold for aggregate and non-aggr
adrian
2013-05-21
5
-12
/
+65
*
Enable the use of TDMA on an 802.11n channel (with aggregation disabled,
adrian
2013-05-21
3
-6
/
+89
*
Fix build break - the SetCapability calls return HAL_BOOL,
adrian
2013-05-21
1
-1
/
+1
*
Extend the TXOP enforce capability to support checking whether it's
adrian
2013-05-21
1
-0
/
+6
*
Make the HT rate duration calculation work for MCS rates > 15.
adrian
2013-05-20
1
-2
/
+2
*
More non-ATH_DEBUG build fixes.
adrian
2013-05-19
1
-3
/
+5
*
Since we're now using the ah pointer, always declare it.
adrian
2013-05-19
1
-2
/
+0
*
Be (very) careful about how to add more TX DMA work.
adrian
2013-05-18
5
-149
/
+195
*
Re-add some code to exclude transmitting if we're in reset.
adrian
2013-05-18
1
-0
/
+19
*
Add some more debugging printf()s to complain if the ath_buf tx queue
adrian
2013-05-17
1
-0
/
+23
*
Tidy up the debugging - don't bother printing out TID pointers; now
adrian
2013-05-16
1
-23
/
+24
*
Limit the number of software queued frames when doing non-aggregation.
adrian
2013-05-16
1
-2
/
+6
*
Dump out the holding buffer descriptor contents and addresses stopping DMA.
adrian
2013-05-16
1
-2
/
+12
*
Implement my first cut at "correct" node power-save and
adrian
2013-05-15
7
-72
/
+504
*
Add ALQ beacon debugging.
adrian
2013-05-13
3
-0
/
+28
*
Support sending ATH_ALQ messages with no payload.
adrian
2013-05-13
1
-3
/
+5
*
Improve the debugging output - use the MAC address rather than various
adrian
2013-05-13
2
-37
/
+112
*
Since the node state is 100% back under the TX lock, just kill the use
adrian
2013-05-13
2
-17
/
+10
*
Oops, commit the other half of r250606.
adrian
2013-05-13
2
-27
/
+135
*
This lock only protects the rate control state for now, mention this.
adrian
2013-05-13
1
-1
/
+1
*
Begin tidying up the reassociation and node sleep/wakeup paths.
adrian
2013-05-13
1
-22
/
+37
[next]