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
*
bump copyright for 2005
sam
2004-12-31
9
-9
/
+9
*
correct some typos
sam
2004-12-31
1
-4
/
+4
*
Radiotap fixups:
sam
2004-12-31
2
-21
/
+69
*
for parts that require split keycache entries report the
sam
2004-12-31
1
-1
/
+4
*
Correct beacon timer setup logic:
sam
2004-12-31
1
-15
/
+14
*
no need to sweep the tx q's for node references in ath_node_free; we know
sam
2004-12-31
1
-29
/
+0
*
cleanup some assertions
sam
2004-12-31
1
-12
/
+6
*
Like on the ath_rate_onoe component, make this compile on amd64. Convert
peter
2004-12-15
1
-2
/
+2
*
Make this amd64-clean. sizeof is long on amd64, so things that do a printf
peter
2004-12-15
2
-5
/
+8
*
Update with last year of work.
sam
2004-12-08
5
-1217
/
+3170
*
Transmit rate control modules for the ath driver.
sam
2004-12-08
4
-0
/
+1219
*
Add missing bit of last if_start workaround: mark scan callout
sam
2004-08-08
1
-1
/
+1
*
Pickup Giant in ath_rx_proc and when handling a beacon miss in order to
sam
2004-08-07
1
-0
/
+6
*
Second part of ALTQ driver modifications, covering:
mlaier
2004-08-01
1
-3
/
+5
*
use correct malloc type to allocate struct ieee80211_node's
sam
2004-04-05
1
-1
/
+1
*
do proper subclassing of node free+copy; the previous hack falls apart when
sam
2004-04-03
1
-0
/
+5
*
do proper subclassing of node free+copy; the previous hack falls apart when
sam
2004-04-03
1
-2
/
+8
*
transmit beacon frames directly instead of defering them to a swi; there
sam
2004-04-03
2
-4
/
+8
*
update copyright notice for 2004
sam
2004-04-02
4
-4
/
+4
*
add new statistics
sam
2004-04-02
1
-0
/
+3
*
check more quickly (and directly) if an interrupt is pending; this reduces
sam
2004-04-02
1
-0
/
+2
*
cleanup descriptor allocation if attach fails
sam
2004-04-02
1
-2
/
+4
*
remove use IEEE80211_C_RCVMGT
sam
2004-04-02
1
-1
/
+1
*
radiotap updates:
sam
2004-04-01
2
-6
/
+13
*
Don't announce MAC addresses twice.
mdodd
2004-03-20
1
-2
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Make this compile on amd64.
peter
2004-02-06
1
-6
/
+6
*
When draining the tx queue reclaim any node references held in packets.
sam
2004-01-07
1
-1
/
+10
*
When ath_hal_stoptxdma returns an error dma is still likely stopped
sam
2004-01-07
1
-1
/
+1
*
use ath_reset instead of ath_init when recovering from a watchdog timeout:
sam
2004-01-07
1
-1
/
+1
*
make hw.ath.debug a tunable
sam
2004-01-07
1
-0
/
+1
*
make hw.ath.outdoor and hw.ath.countrycode tunables
sam
2004-01-07
1
-0
/
+2
*
split debugging messages up into classes;
sam
2004-01-07
1
-73
/
+109
*
update radiotap support to reflect recent changes:
sam
2003-12-28
2
-11
/
+22
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-35
/
+12
*
o track API change for HAL v0.9.6.1
sam
2003-11-29
3
-18
/
+56
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
1
-0
/
+1
*
move rate control change messages under ath_debug
sam
2003-11-17
1
-2
/
+2
*
o fix WEP use in hostap mode; need to reset the pointer to the
sam
2003-11-17
1
-1
/
+2
*
on a beacon miss try to reassociate before starting a scan
sam
2003-11-17
1
-2
/
+9
*
Don't count PHY errors as input errors. This is important for
sam
2003-11-13
1
-1
/
+9
*
Remove explicit cardbus attachments from drivers where this is identical
dfr
2003-11-03
1
-1
/
+0
*
o check hal ABI version to catch driver-HAL mismatches
sam
2003-11-01
1
-0
/
+16
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+2
*
terminate the rx descriptor list with a self-linked entry
sam
2003-10-22
1
-3
/
+21
*
o consolidate rx filter calculations in one place
sam
2003-10-17
1
-19
/
+39
*
indicate device receives all management frames
sam
2003-10-17
1
-2
/
+6
*
o correct handling of a frame that has too many segments to fit in the
sam
2003-10-16
1
-3
/
+6
*
o convert mutex calls to #defines for portability, etc.
sam
2003-10-14
3
-35
/
+61
*
remove dangling mtx_unlock orphaned by rev 1.21 change
sam
2003-10-13
1
-1
/
+0
[next]