Age | Commit message (Expand) | Author |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-06-01 | oops, bad merge. | Damien Bergamini |
2009-06-01 | - cleanup tx path | Damien Bergamini |
2009-06-01 | fix endianness issue. | Damien Bergamini |
2009-05-31 | Add AL2230S support, extracted from part of a massive | Jonathan Gray |
2009-05-31 | PV2000 -> AL2230S | Jonathan Gray |
2009-05-31 | Match on siemens zd1211b, support for the al2230s radio | Jonathan Gray |
2009-03-27 | Sitecom WL-603 should work according to linux driver | Jonathan Gray |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-08-27 | hardware may pass us ACK or CTS frames in some cases, so use | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-05-27 | Add ZyXEL G-202, which was already in usbdevs. | Jonathan Gray |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2007-12-07 | more zydas versions, collected from various places | Theo de Raadt |
2007-11-27 | properly update hardware multicast filter. | Damien Bergamini |
2007-11-18 | add the Planex GW-US54GXS adapter. | Brad Smith |
2007-11-03 | two fixes from FreeBSD: | Damien Bergamini |
2007-10-14 | attach Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-02-11 | Don't enable debug spam by default. | Jonathan Gray |
2007-02-09 | Add a bunch more zyd(4) devices | Jonathan Gray |
2007-01-14 | Match some additional devices found in Linux driver. | Jonathan Gray |
2007-01-02 | Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on a | Claudio Jeker |
2006-12-16 | o add missing calibration bits for ZD1211B in zyd_set_chan() | Damien Bergamini |
2006-12-09 | Add USR5423. -moj | Mats O Jansson |
2006-12-02 | Add a "break" which makes AL7230B initialize now. Still doesn't work | Marcus Glocker |
2006-11-30 | cosmetic | Damien Bergamini |
2006-11-30 | fix PHY initialization for ZD1211B. | Damien Bergamini |
2006-11-30 | fix setting of MAC register ZYD_MAC_RETRY for ZD1211B. | Damien Bergamini |
2006-11-30 | more ZD1211B devices | Jonathan Gray |
2006-11-29 | Remaining bits required for ZD1211B support. | Jonathan Gray |
2006-11-29 | match Linksys WUSBF54G | Jonathan Gray |
2006-11-27 | Initial untested bits for ZD1211B support, different init | Jonathan Gray |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-16 | add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2 | Damien Bergamini |
2006-11-13 | first round of commits for proper 11b/g protection support: | Damien Bergamini |
2006-11-03 | add new code to handle the AL7230B radios. | Damien Bergamini |
2006-11-01 | abort bulk-in and bulk-out pipes in zyd_stop() before freeing the | Damien Bergamini |
2006-10-23 | simplify zyd_read_eeprom(). | Damien Bergamini |
2006-10-23 | turn link led off when returning to the S_INIT state. | Damien Bergamini |
2006-10-22 | make data LED blink upon TX. | Damien Bergamini |