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
*
mark tx/rx descriptors COHERENT; we do not sync changes so on
sam
2006-11-24
1
-1
/
+2
*
correct diag request to fetch isr state on fatal interrupts
sam
2006-10-09
1
-1
/
+1
*
o move ath hal os glue code from the hal to the driver: this code was
sam
2006-09-18
2
-0
/
+571
*
Add support for newer parts that do not require separate keycache
sam
2006-09-18
2
-39
/
+121
*
remove stub radar support; it's never been used and future
sam
2006-09-18
2
-29
/
+0
*
while (0); -> while (0) in multi-line macros
imp
2006-08-17
1
-1
/
+1
*
o add noise floor to stats
sam
2006-08-10
2
-0
/
+6
*
check return value of ath_tx_dmasetup
sam
2006-08-08
1
-0
/
+2
*
raw 802.11 packet transmit support
sam
2006-08-05
2
-101
/
+357
*
add missing \n's
sam
2006-07-26
1
-2
/
+2
*
check tim is present in the beacon before defer'ing the mcast buffer bit;
sam
2006-07-26
1
-1
/
+2
*
enable rx of control frames when in monitor mode
sam
2006-06-26
1
-0
/
+4
*
Close race in handling mcast traffic when operating as an ap with
sam
2006-06-26
2
-39
/
+104
*
new stats
sam
2006-06-23
1
-1
/
+3
*
bandaid type coercion for ia64
sam
2006-06-07
1
-2
/
+2
*
move hal bus+tag externalization to the bus glue code where it belongs;
sam
2006-06-05
3
-6
/
+6
*
add missed calls to bpf_peers_present
sam
2006-06-02
1
-1
/
+1
*
Fix the following bpf(4) race condition which can result in a panic:
csjp
2006-06-02
1
-3
/
+4
*
quiet tindexbox complaints about passing BUS_SPACE_MAXADDR as
sam
2006-05-08
2
-2
/
+2
*
force type coercion for bus tag+handle when calling ath_hal_attach
sam
2006-05-06
1
-1
/
+2
*
correct type
sam
2006-05-05
1
-1
/
+1
*
intercept public safety channels and do explicit mapping of freq->ieee
sam
2006-04-26
1
-1
/
+14
*
honor fixed tx antenna when sending beacon frames
sam
2006-04-25
1
-1
/
+2
*
Improve ath_draintxq debug info: dump the packet as well
sam
2006-04-16
1
-7
/
+22
*
Unbreak cabq handling: check the s/w q, not the h/w q as the frames
sam
2006-04-16
1
-2
/
+2
*
o add opt_ath.h enable tweaking various config parameters for the driver
sam
2006-04-03
1
-12
/
+16
*
correct ni_txrate when using a fixed rate; fixes current rate reporting
sam
2006-03-09
1
-1
/
+4
*
backout 1.136 until we can resolve report that it causes output to stall
sam
2006-02-27
2
-42
/
+18
*
fix a race whereby a tx descriptor might get reused before the hardware
sam
2006-02-24
2
-18
/
+42
*
drop softc lock around copyin/copyout
sam
2006-02-15
1
-0
/
+2
*
fix build w/o AR_DEBUG
sam
2006-02-15
1
-3
/
+10
*
improve tx/rx buf printing routines
sam
2006-02-15
1
-18
/
+25
*
add missing bit from 1.130
sam
2006-02-15
1
-1
/
+1
*
o handle fatal errors directly instead of via the task queue
sam
2006-02-15
2
-10
/
+16
*
use ath_hal_gettxintrtxqs so we only process h/w tx
sam
2006-02-15
1
-1
/
+2
*
fixup comments
sam
2006-02-15
1
-6
/
+5
*
close race between ath_tx_start and ath_tx_processq
sam
2006-02-15
1
-1
/
+2
*
fix comment and whitespace
sam
2006-02-13
1
-3
/
+2
*
fix merge botch (duplicate processing of cabq for old cards)
sam
2006-02-13
1
-1
/
+0
*
Update for rev 0.9.16.16 hal:
sam
2006-02-10
2
-29
/
+291
*
pad for future statistics
sam
2006-02-09
1
-0
/
+1
*
Minor tx path cleanups:
sam
2006-02-09
1
-13
/
+6
*
correct handling of mbuf allocation failure when replenishing the rx list
sam
2006-02-09
1
-6
/
+13
*
Beacon timer setup fixes:
sam
2006-02-09
2
-11
/
+41
*
only start the cab queue if there are frames to send
sam
2006-02-09
1
-1
/
+1
*
debug fixups: reduce noise msgs, report channel flags on reset failure,
sam
2006-02-09
1
-17
/
+20
*
Phantom beacon miss workaround: track the tsf of the last received
sam
2006-02-09
3
-21
/
+78
*
use a private task queue thread
sam
2006-02-09
2
-6
/
+16
*
add adhoc demo mode support
sam
2006-02-09
2
-7
/
+26
*
make regdomain sysctl r/w in case it's possible to do this in the future
sam
2006-02-09
2
-5
/
+20
[next]