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
/
usb
/
if_ral.c
Age
Commit message (
Expand
)
Author
2005-07-18
Match Sphairon UB801R.
Jonathan Gray
2005-07-07
Match an additional 10 ural ids, most of which are already listed
Jonathan Gray
2005-07-07
Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>.
Jonathan Gray
2005-06-20
remove freebsd'isms in debug messages. pointed out by timsl (tim at
Damien Bergamini
2005-06-16
add support for the Belkin F5D7050 54g USB Network Adapter
David Gwynne
2005-05-18
don't initialize bbp registers with values in eeprom. some adapters seem
Damien Bergamini
2005-05-13
override default bbp register values with values stored in eeprom (except
Damien Bergamini
2005-05-13
before ieee80211.c rev 1.6, it was guaranted that ic_curmode was different
Damien Bergamini
2005-05-13
simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) in
Damien Bergamini
2005-05-13
make sure all endpoint descriptors have been found during the attachment.
Damien Bergamini
2005-05-13
give disassociation a chance when turning the interface down while associated.
Damien Bergamini
2005-04-17
don't disassociate on SIOCSIFADDR if the interface is already up and running.
Damien Bergamini
2005-04-16
don't leak a mbuf when tx fails.
Damien Bergamini
2005-04-16
indent
Damien Bergamini
2005-04-15
in ural_txeof(), call usbd_clear_endpoint_stall() on the tx pipe instead of
Damien Bergamini
2005-04-13
New ural devices. Pointed out by Rodolfo Gouveia.
Damien Bergamini
2005-04-02
sync with ral. fixes hostap mode.
Damien Bergamini
2005-04-01
add code for setting WEP keys. this will be useful when i'll implement
Damien Bergamini
2005-04-01
make constants names match the spec.
Damien Bergamini
2005-04-01
force hardware timestamp insertion in outgoing beacons. make sure the size
Damien Bergamini
2005-03-23
use URAL_DEBUG not RAL_DEBUG. use logprintf for consistency. default to
Damien Bergamini
2005-03-23
add new vendor/product ids.
Damien Bergamini
2005-03-23
do packet accounting (opackets/oerrors/ierrors).
Damien Bergamini
2005-03-23
print the mac address in dmesg like every other nic we have
David Gwynne
2005-03-23
USB_DEBUG implies URAL_DEBUG.
David Gwynne
2005-03-19
add spl calls where appropriate.
Damien Bergamini
2005-03-19
ieee80211_get_rate() is broken.
Damien Bergamini
2005-03-19
scan channels 12, 13 and 14 too.
Damien Bergamini
2005-03-18
use ieee80211_get_rate() instead of building or own routine.
Damien Bergamini
2005-03-18
add IBSS and HostAP support. thanks to SnoopyPro.
Damien Bergamini
2005-03-18
use xferlen for mgt frames too. this prevents management frames with a
Damien Bergamini
2005-03-18
only update the flags part of PHY_CSR5 and PHY_CSR6. this makes OFDM
Damien Bergamini
2005-03-18
close pipes and free tx/rx lists in detach(). this avoids some of the
Damien Bergamini
2005-03-17
give ipv6 a chance. pointed out by Paul de Weerd.
Damien Bergamini
2005-03-17
enable tx retries for unicast frames.
Damien Bergamini
2005-03-17
fix for big endian archs
David Gwynne
2005-03-17
- fix ralink url
Damien Bergamini
2005-03-16
move ral vendor/product Ids into usbdevs
Damien Bergamini
2005-03-16
Driver for Ralink Technology RT2500USB wireless adapters.
Damien Bergamini
[prev]