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
*
The encryption type field needs to be preserved for each descriptor
adrian
2013-02-09
1
-0
/
+6
*
Fix a corner case that I noticed with the AR5416 (and it's currently
adrian
2013-02-08
1
-10
/
+7
*
Create a new TX lock specifically for queuing frames.
adrian
2013-02-07
4
-19
/
+39
*
Methodize the process of adding the software TX queue to the taskqueue.
adrian
2013-02-07
4
-7
/
+21
*
Work around some rather unfortunate race conditions inside net80211.
adrian
2013-01-31
1
-5
/
+3
*
Clean some 'svn:executable' properties in the tree.
pfg
2013-01-26
1
-0
/
+0
*
Migrate the TX sending code out from under the ath0 taskq and into
adrian
2013-01-26
4
-6
/
+22
*
Fix this routine to acutally break out and not set clrdmask if any
adrian
2013-01-21
1
-1
/
+1
*
Migrate CLRDMASK to be a per-node flag, rather than a per-TID flag.
adrian
2013-01-21
2
-9
/
+33
*
Fix hangs (exposed by spectral scan activity) in STA mode when the
adrian
2013-01-17
1
-1
/
+32
*
Add a quick work-around if ath_beacon_config() to not die if it's called
adrian
2013-01-17
1
-0
/
+10
*
Implement frame (data) transmission using if_transmit(), rather than
adrian
2013-01-15
5
-103
/
+485
*
If we're doing a kickpcu, make sure we flush the whole RX list rather than
adrian
2013-01-13
1
-1
/
+7
*
Place-holders for enable/active parameter flags.
adrian
2013-01-11
1
-0
/
+2
*
Fix format size.
adrian
2013-01-08
1
-1
/
+1
*
Add support for triggering spectral scan upon a channel reset/change.
adrian
2013-01-08
2
-2
/
+54
*
If spectral scan is enabled, ensure radar report PHY errors are also
adrian
2013-01-08
1
-0
/
+7
*
For PHY error frames, populate the configured channel flags rather than
adrian
2013-01-04
1
-1
/
+16
*
Don't call the spectral methods for NICS that don't implement them.
adrian
2013-01-03
2
-2
/
+18
*
Add a new (skeleton) spectral mode manager module.
adrian
2013-01-02
5
-0
/
+315
*
Fix the short repeat option code to not flip the option to 0 when
adrian
2013-01-02
1
-2
/
+2
*
Add spectral HAL accessor methods.
adrian
2013-01-02
1
-0
/
+9
*
Add a method to explicitly disable radar reporting if required.
adrian
2013-01-02
2
-0
/
+21
*
Bring over the basic spectral scan framework code from Qualcomm Atheros.
adrian
2013-01-02
8
-2
/
+286
*
Add the initial HAL glue for the spectral analysis support.
adrian
2012-12-30
2
-0
/
+28
*
Add spectral scan capability.
adrian
2012-12-30
1
-1
/
+2
*
Fix typo in comment.
bapt
2012-12-28
1
-1
/
+1
*
Add the AR9280 and later spectral scan register definitions.
adrian
2012-12-28
1
-0
/
+14
*
Add radar_bin_thresh_sel (bit 24:26), which defines when
adrian
2012-12-28
1
-0
/
+2
*
Note why fast frames is disabled for 802.11n NICs now.
adrian
2012-12-21
1
-1
/
+7
*
There's no need to use a TXQ pointer here; we specifically need the
adrian
2012-12-11
2
-30
/
+14
*
Add XC900 SKU mapping.
adrian
2012-12-07
1
-0
/
+3
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
3
-3
/
+3
*
Methodise the BT diversity configuration function; so the AR9285
adrian
2012-12-04
3
-3
/
+12
*
Override the BT coex parameter function for the AR9285.
adrian
2012-12-04
1
-2
/
+3
*
Reformat/reindent.
adrian
2012-12-04
1
-59
/
+70
*
Add and tie in the AR5416 bluetooth coexistence methods into the HAL.
adrian
2012-12-03
2
-0
/
+26
*
Don't grab the PCU lock inside the TX lock.
adrian
2012-12-02
1
-2
/
+2
*
Delete the per-TXQ locks and replace them with a single TX lock.
adrian
2012-12-02
6
-173
/
+128
*
Add a new HAL capability - check and enforce whether the NIC supports
adrian
2012-12-01
2
-0
/
+18
*
Call if_free() with the correct vnet context if and only if ifp_vnet
adrian
2012-11-28
1
-2
/
+7
*
Until I figure out what to do here, remind myself that this needs some
adrian
2012-11-28
1
-0
/
+10
*
Pull out the debugging code from the critical path and make sure it
adrian
2012-11-28
1
-37
/
+37
*
* Fix another culprit of my "committed from the wrong directory" nonsense;
adrian
2012-11-27
1
-2
/
+12
*
Correct some debugging output.
adrian
2012-11-27
1
-1
/
+1
*
Fix build
adrian
2012-11-27
1
-0
/
+2
*
Improve the TDMA debugging:
adrian
2012-11-27
1
-2
/
+123
*
Add in specific TDMA logging types.
adrian
2012-11-27
1
-0
/
+49
*
Fix the TDMA nexttbtt programming for 802.11n chips.
adrian
2012-11-27
1
-4
/
+17
*
Add a note about the magic values here; don't change them.
adrian
2012-11-27
1
-0
/
+5
[next]