index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
Age
Commit message (
Expand
)
Author
2005-03-17
fix ral_enable_tsf_sync() for hostap mode.
Damien Bergamini
2005-03-17
do not drop ToDS frames when acting as an access point.
Damien Bergamini
2005-03-17
give ipv6 a chance. pointed out by Paul de Weerd.
Damien Bergamini
2005-03-15
use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work on
Henning Brauer
2005-03-15
Make attach errors appear on new lines and make
Jonathan Gray
2005-03-13
the wep mac may be NULL if it's a broadcast key
Reyk Floeter
2005-03-12
use TAILQ_FOREACH
Martin Reindl
2005-03-12
Fix RTW_DEBUG compilation and add a few more sanity checks in addition to
Jonathan Gray
2005-03-11
make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc()
Damien Bergamini
2005-03-11
don't forget to release nodes when they are no longer needed.
Damien Bergamini
2005-03-11
introduce new ral_setup_tx_desc() function so we can factor out filling
Damien Bergamini
2005-03-11
fix IBSS mode. clean ral_newstate() while i'm here.
Damien Bergamini
2005-03-11
new ral_get_rts() function for building RTS frames.
Damien Bergamini
2005-03-11
distinguish null data frames from management frames.
Damien Bergamini
2005-03-11
simplify led management code.
Damien Bergamini
2005-03-11
do not disable RF tune in monitor mode.
Damien Bergamini
2005-03-11
fix ral_enable_tsf_sync() for future IBSS and HostAP support.
Damien Bergamini
2005-03-11
add various functions to compute duration and plcp length in 802.11a/g.
Damien Bergamini
2005-03-11
implement fast channel switching for monitor mode (used by kismet).
Damien Bergamini
2005-03-11
fix tx rate of beacons and mgmt frames in 802.11a.
Damien Bergamini
2005-03-11
enter RUN state in monitor mode instead of staying in INIT state.
Damien Bergamini
2005-03-11
fix basic rates for 802.11g.
Damien Bergamini
2005-03-11
don't initialiaze BBP registers with values stored in E2PROM.
Damien Bergamini
2005-03-11
some cosmetic tweaks
Damien Bergamini
2005-03-11
fix channel initialisation. thanks to simon slater.
Reyk Floeter
2005-03-10
fix beacon handling
Reyk Floeter
2005-03-10
use bcopy and bzero
Reyk Floeter
2005-03-04
Bring in a number of reliability fixes from FreeBSD' rl(4) driver.
Brad Smith
2005-03-03
improve radiotap support, fix some minor bugs.
Reyk Floeter
2005-03-03
addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().
Damien Bergamini
2005-03-03
Do not let dma attach children if it could not initialize properly.
Miod Vallat
2005-03-02
radiotap support largely based on NetBSD rtw.
Jonathan Gray
2005-03-01
use one uint64_t instead of two uint32_t in rx radiotap header.
Damien Bergamini
2005-03-01
make sure radiotap structures are packed.
Damien Bergamini
2005-03-01
fix the radiotap bpf listener
Reyk Floeter
2005-02-28
add radiotap, monitor and promiscuous mode support.
Damien Bergamini
2005-02-28
do per-node rate adaptation. paves the way for ibss support.
Damien Bergamini
2005-02-27
Split sti softc in two structures, one device-related for regular device
Miod Vallat
2005-02-27
IBSS bits from NetBSD rtw.c -r 1.40
Jonathan Gray
2005-02-25
add support for the atheros ar5211 802.11A/B/g wireless chipset.
Reyk Floeter
2005-02-25
Correct usage of bus_dma which makes re(4) work on alpha.
Jonathan Gray
2005-02-25
Add support for software WEP.
Jonathan Gray
2005-02-23
add all supported regulation domains. the forced COUNTRYCODE in ar5xxx
Reyk Floeter
2005-02-22
make ral compile on macppc.
Damien Bergamini
2005-02-22
From part of NetBSD rtw.c rev 1.36:
Jonathan Gray
2005-02-22
Fix a bug causing arches not able to load unaligned to crash in ip input.
Per Fogelstrom
2005-02-21
unbreak compilation by including some missing headers
David Gwynne
2005-02-20
Do not confuse syslog by printing messages starting with '<'.
Miod Vallat
2005-02-20
Don't calculate 'total_len' twice.
Brad Smith
2005-02-19
return on invalid beacon state
Reyk Floeter
[next]