summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan/if_upgtvar.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix bad EEPROM parsing code.hselasky2013-02-181-1/+1
| | | | MFC after: 2 weeks
* Remove unused variable.hselasky2013-02-131-1/+0
| | | | MFC after: 1 week
* - Streamline detach logic in wlan drivers, so thathselasky2013-02-101-0/+1
| | | | | | | | | | | freed memory cannot be used during detach. - Remove all panic() calls from the urtw driver because panic() is not appropriate here. - Remove redundant checks for device detached in device detach callbacks. - Use DEVMETHOD_END to mark end of device methods. MFC after: 2 weeks
* Make sure all USB drivers allocate buffer memoryhselasky2012-12-201-0/+2
| | | | | | | | | | | | | through the USB API and/or busdma. The following assumptions have been made: umass - buffers passed from CAM/SCSI layer are OK network - mbufs are OK. Some other nits while at it. MFC after: 1 week Suggested by: imp
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-281-2/+2
|
* ports upgt(4) driver for USB2.weongyo2009-05-111-0/+482
OpenPOWER on IntegriCloud