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_zyd.c
Age
Commit message (
Expand
)
Author
2006-09-23
Add TRENDnet TEW-429UB A.
Marcus Glocker
2006-09-18
don't use IF_PREPEND() on altq's.
Damien Bergamini
2006-08-24
Be sure to print device name in debug messages, remove
Jonathan Gray
2006-08-15
- Belkin F5D705C is a zyd(4)
Niall O'Higgins
2006-07-04
cleanup in zyd_openpipes(); no functional change. OK jsg@.
Xavier Santolaria
2006-07-04
Harcoded hex values for control field don't work so
Jonathan Gray
2006-07-03
minor knf; ok jsg@.
Xavier Santolaria
2006-07-03
in zyd_start():
Xavier Santolaria
2006-07-02
If ieee80211_encap() returns NULL the node is already free,
Jonathan Gray
2006-07-02
Move some of the verbose debug printfs like dumping packets
Jonathan Gray
2006-07-02
Send management frames at 1Mbit for better compatibility/chance
Jonathan Gray
2006-07-02
Rename several functions for consistency/simplicity.
Jonathan Gray
2006-07-02
Support for adapters with Airoha AL2230 radios from Florian.
Jonathan Gray
2006-07-02
Fix channel frequency/flags in radiotap structures.
Jonathan Gray
2006-07-01
Remove a few noisy debug printfs that aren't doing anything useful.
Jonathan Gray
2006-07-01
Initial radiotap/bpf bits based on ural.
Jonathan Gray
2006-06-30
Shrink dmesg output, use ether_sprintf() to print MAC address.
Jonathan Gray
2006-06-29
Move register value pair table definitions into if_zydreg.h
Jonathan Gray
2006-06-28
Add a roothook so the firmware can load when the adapter
Jonathan Gray
2006-06-28
Leave usbd_add_drv_event() call till the end of the attach process
Jonathan Gray
2006-06-28
Allow devices > revision 43.30 to attach.
Jonathan Gray
2006-06-27
DECLARE_DRIVER_CLASS(zyd, DV_IFNET); ok jsg@.
Xavier Santolaria
2006-06-27
knf in proto's; ok jsg@.
Xavier Santolaria
2006-06-27
Switch from magic numbers to usbdevs for vendor/product pairs.
Jonathan Gray
2006-06-27
avoid multiple detach problems; ich@florian-stoehr.de
Theo de Raadt
2006-06-21
minimal knf and cleanup
Theo de Raadt
2006-06-21
a good start at a driver for the Zydas ZD1211 802.11 devices by
Theo de Raadt