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-04-05
fix wep by adjusting the total packet length
Reyk Floeter
2005-04-04
Add blink and unblink but tell userland it is responsible for actually doing it
Marco Peereboom
2005-04-03
make wi_ioctl() easier to audit
Uwe Stuehler
2005-04-03
remove redundant suser() checks
Uwe Stuehler
2005-04-02
A few register offsets in the Parameter Engine were wrong.
Miod Vallat
2005-04-02
check permissions on 80211 ioctls
Uwe Stuehler
2005-04-02
More ioctl permission checks.
Uwe Stuehler
2005-04-02
call ral_set_chan() in IEEE80211_S_RUN too. this was causing troubles with
Damien Bergamini
2005-04-02
set the bssid in hostap mode too.
Damien Bergamini
2005-04-02
remove an unneeded initialization of TXCSR7.
Damien Bergamini
2005-04-02
Damn it! I spent hours fixing that "device timeout" bug!
Damien Bergamini
2005-04-01
shut ami up, bad me.
Marco Peereboom
2005-04-01
call ral_set_chan() on transition to state IEEE80211_S_ASSOC to make sure
Damien Bergamini
2005-04-01
make registers and constants names match the spec.
Damien Bergamini
2005-04-01
avoid double-free of a mbuf chain on failure.
Damien Bergamini
2005-04-01
add antenna selection code. this ensures proper I/Q flip for RF RT2525e,
Damien Bergamini
2005-04-01
sync RF and BBP code with ural (for future merging).
Damien Bergamini
2005-04-01
ieee80211_rssadapt_choose() is broken when called with a fixed rate.
Damien Bergamini
2005-03-31
- add support for reading Xircom's EEPROM
Brad Smith
2005-03-29
add copyright me
Marco Peereboom
2005-03-29
add copyright me
Marco Peereboom
2005-03-29
add raid mgmt ioctls
Marco Peereboom
2005-03-29
add commands
Marco Peereboom
2005-03-26
enable reception of multicast frames; from NetBSD
Christian Weisgerber
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
[next]