summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_zyd.c
Commit message (Expand)AuthorAgeFilesLines
* fix a TX issue on big endian machines like powerpc or sparc64. Nowweongyo2009-09-041-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* updates AMRR statistics with tx complete status that if not the tx rateweongyo2009-06-251-0/+3
* uses ZYD_NOTIF_RETRYSTATUS info to count the number of retries.weongyo2009-06-251-1/+2
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-63/+74
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-33/+33
* unify zyd_tx_mgt() and zyd_tx_data() to simplify TX path and sortsweongyo2009-06-091-137/+54
* reimplements RF logic for GCT chipset (as known as UW2453) to supportweongyo2009-06-041-94/+131
* cleanups the device match list.weongyo2009-06-041-48/+52
* ZyXEL G-202 has zd1211b chipset, not zd1211.weongyo2009-06-011-1/+1
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-5/+5
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-13/+13
* Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.thompsa2009-05-211-2/+2
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Overhaul monitor mode handling:sam2009-05-201-23/+15
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-269/+92
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-14/+14
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-6/+0
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-6/+4
* Ensure the cached rq pointer is still valid before waking up the address, thethompsa2009-03-061-4/+8
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Partial sync to //depot/projects/usbthompsa2009-02-271-16/+73
* Move the new USB stack into its new home.thompsa2009-02-231-0/+3121
OpenPOWER on IntegriCloud