Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-27 | properly update hardware multicast filter. | Damien Bergamini | |
hints from zd1211rw. | |||
2007-11-03 | two fixes from FreeBSD: | Damien Bergamini | |
- fix an incorrect setting of `retry times' in case of zd1211b - increase max rx size so there's room for multi-frame transactions (slightly modified version) from the Linux zd1211rw driver: - patch registers CR47 and CR157 on devices that require it - fix power calibration setting on ZD1211B | |||
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen | |
Tested by thib and myself. ok mbalmer jsg | |||
2006-11-30 | cosmetic | Damien Bergamini | |
2006-11-30 | fix PHY initialization for ZD1211B. | Damien Bergamini | |
we were iterating from 0 to N(zyd_def_phy), but N(zyd_def_phy) is not equal to N(zyd_def_phyB). we were probably writting garbage to the PHY. | |||
2006-11-29 | Remaining bits required for ZD1211B support. | Jonathan Gray | |
Seems to work fine with Linksys and 3Com adapters. | |||
2006-11-27 | Initial untested bits for ZD1211B support, different init | Jonathan Gray | |
sequences for radios not yet done. "commit what you have" damien@ | |||
2006-11-16 | add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2 | Damien Bergamini | |
untested because of lack of hardware. if you have a ZD1211 adapter with one of these radios, please drop us a mail. code written by Florian Stoehr <ich AT florian-stoehr DOT de> | |||
2006-11-03 | add new code to handle the AL7230B radios. | Damien Bergamini | |
code written by Florian Stoehr. not tested due to lack of hardware. if you happen to have an adapter with this radio please report success/ failure. | |||
2006-10-22 | make data LED blink upon TX. | Damien Bergamini | |
2006-10-22 | do per-node rate control. | Damien Bergamini | |
2006-10-21 | huge diff to bring zyd(4) into a working state. | Damien Bergamini | |
should work with ZD1211 (not ZD1211B!) adapters with either a RFMD or AL2230 radio chip. does not support IBSS or HostAP modes yet. committed over a Billion 3011G (ZD1211/AL2230). "commit it!" deraadt@ | |||
2006-07-02 | Support for adapters with Airoha AL2230 radios from Florian. | Jonathan Gray | |
This lets me see beacons on my device. | |||
2006-07-01 | spacing | 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 | |
and move declarations of the big ones to get them off the limited amount of stack we get to play with in kernel land. Discussed with Florian, ok reyk@ xsa@ | |||
2006-06-28 | Remove a struct that is no longer used. | Jonathan Gray | |
From Graham Gower. | |||
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 cleaning | Theo de Raadt | |
2006-06-21 | a good start at a driver for the Zydas ZD1211 802.11 devices by | Theo de Raadt | |
ich@florian-stoehr.de. Apparently it can receive now. Contact him if you want to help, or need the firmware image. |