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
*
Process tx callbacks when draining the tx q; this fixes a problem
sam
2007-06-24
1
-1
/
+3
*
Update 802.11 wireless support:
sam
2007-06-11
6
-285
/
+959
*
update copyrights to 2007 and convert to be 2-clause bsd-only
sam
2007-06-06
9
-74
/
+11
*
disable taskqueue_drain calls on transition to INIT state; we need to
sam
2007-06-03
1
-0
/
+2
*
Drain task q items when transitioning to INIT state; this closes a
sam
2007-05-29
1
-5
/
+10
*
silence some compiler complaints
sam
2007-05-27
1
-10
/
+10
*
make dev.ath.N.ledpin have an immediate effect
sam
2007-04-23
1
-3
/
+24
*
- Fix mbuf/node leakage in drivers' raw_xmit().
sephe
2007-04-19
1
-0
/
+2
*
Remove unnecessary suser() check in the sysctl to set up ath_hal
rwatson
2007-04-10
1
-10
/
+7
*
Change mtx's to use the formulated name as type so witness does not
sam
2007-03-05
2
-4
/
+5
*
Kick tx after processing rx'd frames; this fixes latency issues
sam
2007-03-05
1
-0
/
+5
*
don't call ath_reset when processing sysctl's before the device
sam
2007-02-24
1
-4
/
+5
*
set the antenna switch when fixing the tx antenna using the
sam
2007-02-24
2
-3
/
+30
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
2
-2
/
+2
*
add compat shim for ath_hal_isgsmsku until the new hal gets committed
sam
2007-01-15
1
-0
/
+5
*
save changes for handling 5416/5418 parts
sam
2007-01-15
2
-28
/
+30
*
Add initial support for 900MHz cards like the Ubiquiti SR9:
sam
2007-01-15
2
-36
/
+55
*
Add half/quarter rate 11a channel support:
sam
2006-12-27
2
-63
/
+112
*
Track v0.9.20.3 hal:
sam
2006-12-13
7
-292
/
+292
*
clarify shortcut return
sam
2006-12-01
1
-2
/
+2
*
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
[next]