summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_zydreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* A pile of sizes to free(9). In test for a few days in snapshots.deraadt2017-04-081-1/+2
* Rework zyd(4)'s register read/write methods to eliminate race conditions.stsp2014-07-121-5/+7
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-261-18/+18
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-6/+6
* miscellanous->miscellaneousmiod2010-11-191-2/+2
* Add AL2230S support, extracted from part of a massivejsg2009-05-311-2/+10
* hardware may pass us ACK or CTS frames in some cases, so usedamien2008-08-271-3/+8
* properly update hardware multicast filter.damien2007-11-271-1/+2
* two fixes from FreeBSD:damien2007-11-031-3/+7
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
* cosmeticdamien2006-11-301-31/+59
* fix PHY initialization for ZD1211B.damien2006-11-301-4/+6
* Remaining bits required for ZD1211B support.jsg2006-11-291-2/+35
* Initial untested bits for ZD1211B support, different initjsg2006-11-271-23/+57
* add support for 4 new radios: AL2210, CGT, Maxim New, Maxim New2damien2006-11-161-8/+152
* add new code to handle the AL7230B radios.damien2006-11-031-1/+71
* make data LED blink upon TX.damien2006-10-221-1/+5
* do per-node rate control.damien2006-10-221-3/+6
* huge diff to bring zyd(4) into a working state.damien2006-10-211-1197/+685
* Support for adapters with Airoha AL2230 radios from Florian.jsg2006-07-021-1/+93
* spacingjsg2006-07-011-100/+104
* Initial radiotap/bpf bits based on ural.jsg2006-07-011-1/+48
* Shrink dmesg output, use ether_sprintf() to print MAC address.jsg2006-06-301-1/+3
* Move register value pair table definitions into if_zydreg.hjsg2006-06-291-1/+180
* Remove a struct that is no longer used.jsg2006-06-281-6/+1
* Switch from magic numbers to usbdevs for vendor/product pairs.jsg2006-06-271-22/+1
* avoid multiple detach problems; ich@florian-stoehr.dederaadt2006-06-271-1/+2
* minimal cleaningderaadt2006-06-211-38/+38
* a good start at a driver for the Zydas ZD1211 802.11 devices byderaadt2006-06-211-0/+1122