summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_zyd.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-231-3126/+0
* fix a silly bug that I missed a for-loop to initialize AL2230S PHY.weongyo2008-12-251-2/+4
* - improve AL2230 RF handling when the device type is zd1211. After thisweongyo2008-11-251-716/+1031
* o use the new association callback to notify the driver when joining a bsssam2008-10-271-5/+0
* fix a another driver bug related with tsleep() during detaching thatweongyo2008-09-191-6/+18
* clear pending callbacks when the driver try to change the stateweongyo2008-09-191-0/+2
* rename flags and add a ZYD_FLAG_DETACHING flag to indicate we'reweongyo2008-09-101-1/+7
* Add ZyXEL G-202weongyo2008-09-051-0/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-2/+4
* Update PLCP<->rate mapping support:sam2008-05-121-3/+27
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* Unify all the wifi *_ioctl routinesthompsa2008-05-011-7/+8
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-293/+266
* don't set sniffer mode to ON when the driver is running with theweongyo2008-03-171-2/+1
* Fix incorrect dependencies of zyd(4).weongyo2008-01-071-3/+3
* ieee80211com.ic_fixed_rate holds rate instead of rate indexkevlo2007-12-011-1/+1
* - add the Planex GW-US54GXS adaptersam2007-11-231-0/+1
* - Remove magic number and fit max rx buffer size accurately.ariff2007-11-081-10/+81
* Check wep flag in *_tx_mgt since we need to encrypt some management framekevlo2007-11-061-0/+11
* fix a typo in rx radiotap's flagssam2007-11-031-1/+1
* fix an incorrect setting of `retry times' in case of zd1211b, wesam2007-10-191-1/+1
* Add another zydas device: Planex GW-US54GD (a.k.a Dempaotoko)takawata2007-10-121-0/+1
* Zyd needs be under Giant because USB is under Giant.imp2007-09-151-1/+2
* - fix a bug that zyd_attach() returns 0 even if it encountered errorssam2007-09-071-3/+11
* Add missing bg scanning bits; update ic_lastdata and cancel anysam2007-09-051-0/+6
* A port of the zyd driver from NetBSD by . This supports the ZyDASimp2007-08-291-0/+2694
OpenPOWER on IntegriCloud