Age | Commit message (Expand) | Author |
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 |
2006-10-22 | do per-node rate control. | Damien Bergamini |
2006-10-21 | some extra const disease damien was testing slipped in; ok damien | Theo de Raadt |
2006-10-21 | huge diff to bring zyd(4) into a working state. | Damien Bergamini |
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 |