summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_zyd.c
AgeCommit message (Expand)Author
2008-05-27Add ZyXEL G-202, which was already in usbdevs.Jonathan Gray
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-12-07more zydas versions, collected from various placesTheo de Raadt
2007-11-27properly update hardware multicast filter.Damien Bergamini
2007-11-18add the Planex GW-US54GXS adapter.Brad Smith
2007-11-03two fixes from FreeBSD:Damien Bergamini
2007-10-14attach Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-02-11Don't enable debug spam by default.Jonathan Gray
2007-02-09Add a bunch more zyd(4) devicesJonathan Gray
2007-01-14Match some additional devices found in Linux driver.Jonathan Gray
2007-01-02Don't use M_DUP_PKTHDR() in the driver bpf hook. Using M_DUP_PKTHDR() on aClaudio Jeker
2006-12-16o add missing calibration bits for ZD1211B in zyd_set_chan()Damien Bergamini
2006-12-09Add USR5423. -mojMats O Jansson
2006-12-02Add a "break" which makes AL7230B initialize now. Still doesn't workMarcus Glocker
2006-11-30cosmeticDamien Bergamini
2006-11-30fix PHY initialization for ZD1211B.Damien Bergamini
2006-11-30fix setting of MAC register ZYD_MAC_RETRY for ZD1211B.Damien Bergamini
2006-11-30more ZD1211B devicesJonathan Gray
2006-11-29Remaining bits required for ZD1211B support.Jonathan Gray
2006-11-29match Linksys WUSBF54GJonathan Gray
2006-11-27Initial untested bits for ZD1211B support, different initJonathan Gray
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-16add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2Damien Bergamini
2006-11-13first round of commits for proper 11b/g protection support:Damien Bergamini
2006-11-03add new code to handle the AL7230B radios.Damien Bergamini
2006-11-01abort bulk-in and bulk-out pipes in zyd_stop() before freeing theDamien Bergamini
2006-10-23simplify zyd_read_eeprom().Damien Bergamini
2006-10-23turn link led off when returning to the S_INIT state.Damien Bergamini
2006-10-22make data LED blink upon TX.Damien Bergamini
2006-10-22do per-node rate control.Damien Bergamini
2006-10-21some extra const disease damien was testing slipped in; ok damienTheo de Raadt
2006-10-21huge diff to bring zyd(4) into a working state.Damien Bergamini
2006-09-23Add TRENDnet TEW-429UB A.Marcus Glocker
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-08-24Be sure to print device name in debug messages, removeJonathan Gray
2006-08-15- Belkin F5D705C is a zyd(4)Niall O'Higgins
2006-07-04cleanup in zyd_openpipes(); no functional change. OK jsg@.Xavier Santolaria
2006-07-04Harcoded hex values for control field don't work soJonathan Gray
2006-07-03minor knf; ok jsg@.Xavier Santolaria
2006-07-03in zyd_start():Xavier Santolaria
2006-07-02If ieee80211_encap() returns NULL the node is already free,Jonathan Gray