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
/
ral.c
Age
Commit message (
Expand
)
Author
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-23
do packet accounting (opackets/oerrors/ierrors).
Damien Bergamini
2005-03-19
scan channels 12, 13 and 14 too.
Damien Bergamini
2005-03-18
don't set BSSID in hostap mode. this allows hostap mode to work to some
Damien Bergamini
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-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-01
use one uint64_t instead of two uint32_t in rx radiotap header.
Damien Bergamini
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-22
make ral compile on macppc.
Damien Bergamini
2005-02-19
fix attachment process and dmesg output. do some indent while i'm here.
Damien Bergamini
2005-02-19
do not transmit any data frame if there is not at least two free descriptors
Damien Bergamini
2005-02-19
cosmetic tweaks.
Damien Bergamini
2005-02-19
make dhclient work.
Damien Bergamini
2005-02-18
do not enable debug messages by default.
Damien Bergamini
2005-02-18
reset the interface on tx timeouts.
Damien Bergamini
2005-02-17
derived from NetBSD:
Reyk Floeter
2005-02-17
add software WEP (will implement hardware WEP later).
Damien Bergamini
2005-02-17
clear the IEEE80211_RATE_BASIC flag from the rate before calling
Damien Bergamini
2005-02-17
unmap DMA allocated memory properly.
Damien Bergamini
2005-02-17
zero memory after call to malloc() to avoid freeing non-allocated
Damien Bergamini
2005-02-15
Driver for Ralink Technology RT2500 wireless adapters.
Damien Bergamini