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-23
fix a possible kernel panic in the ar5211 and ar5212 detach functions.
Reyk Floeter
2005-03-23
do packet accounting (opackets/oerrors/ierrors).
Damien Bergamini
2005-03-20
some fixes for wep and reset.
Reyk Floeter
2005-03-19
ar5212 uses larger tx descriptors, adjust the offset
Reyk Floeter
2005-03-19
further fixes for ar5212.
Reyk Floeter
2005-03-19
scan channels 12, 13 and 14 too.
Damien Bergamini
2005-03-18
use IFQ_* instead of IF_* for the data queue
Reyk Floeter
2005-03-18
improve ar5212 init on reset
Reyk Floeter
2005-03-18
don't set BSSID in hostap mode. this allows hostap mode to work to some
Damien Bergamini
2005-03-18
ignore bmiss interrupts for now.
Reyk Floeter
2005-03-18
Only complain about tx fifo overflows if RTW_DEBUG is set.
Jonathan Gray
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
[next]