summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_upgt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-261-14/+14
* fixes a TX hang that could be possible to happen when the trasfers areweongyo2009-10-141-0/+3
* Remove redundant locking.alfred2009-08-241-2/+0
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+2
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-2/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+0
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-22/+19
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-16/+16
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-2/+2
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-10/+10
* Print out device attachment.thompsa2009-05-211-0/+1
* - rename usb2_mode to usb_mode [1]thompsa2009-05-211-1/+1
* Overhaul monitor mode handling:sam2009-05-201-21/+11
* try to unsetup USB xfers before calling ieee80211_ifdetach() to fix aweongyo2009-05-201-1/+1
* ports upgt(4) driver for USB2.weongyo2009-05-111-0/+2404
OpenPOWER on IntegriCloud