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
*
restore the hal's channel list when doing getradiocaps so it's in sync with
sam
2008-04-27
1
-0
/
+5
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
13
-1165
/
+1547
*
(finally) add the hal status to the diagnostic generated after
sam
2008-03-22
1
-3
/
+4
*
promote ath_defrag to m_collapse (and retire private+unused
sam
2008-01-17
1
-85
/
+1
*
- Use pci_enable_busmaster() to turn on busmaster.
kevlo
2007-10-23
1
-35
/
+10
*
revert 1.18: the negotiated rate set may not match the hal
sam
2007-10-13
1
-18
/
+34
*
Update beacon handling to sync w/ vap code base:
sam
2007-09-17
1
-3
/
+13
*
convert hardware rate codes to IEEE rate codes with a lookup table
sam
2007-09-17
1
-34
/
+18
*
bandaid Dynamic Turbo A operation with old hal's: HAL_MODE_108A
sam
2007-09-17
1
-0
/
+4
*
fix led blinking in RUN state: the addition of the CAC state moved
sam
2007-09-17
1
-0
/
+3
*
Add missing bits that made bg scanning lame:
sam
2007-09-05
1
-9
/
+7
*
Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which
rwatson
2007-08-06
1
-6
/
+2
*
First in a series of changes to remove the now-unused Giant compatibility
rwatson
2007-07-27
2
-2
/
+2
*
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
[next]