summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_rsureg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix deferred key tasks along the same lines as urtwn(4) and run(4).krw2020-11-301-1/+3
| | | | | | | athn(4) tested by stsp@, who points out that otus(4) and rsu(4) don't yet invoke the code path to do their own key setting. ok stsp@
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-8/+8
| | | | | | | | | definitions instead. We don't change usb.h for now to stay compatible with userland. Tested by mpi@ on macppc and myself on i386. ok mpi@
* cosmeticdamien2010-12-121-65/+65
|
* rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SUdamien2010-12-111-0/+757
802.11n USB devices. These are FullMAC devices that require a firmware to operate; see man page for details. Great thanks to Brad for donating hardware. Committed over the TRENDnet TEW-649UB. ok deraadt@