aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb2/wlan/if_ural2.c
Commit message (Expand)AuthorAgeFilesLines
* Move the new USB stack into its new home.Andrew Thompson2009-02-231-2365/+0
* Switch over to usbdevs.h generated at compile time.Andrew Thompson2009-02-181-1/+1
* - ieee80211_chan2ieee returns an intAndrew Thompson2009-02-141-11/+33
* MFp4 //depot/projects/usb; 157429, 157433, 157443Andrew Thompson2009-02-091-112/+118
* Correct sources for r188417Andrew Thompson2009-02-091-118/+112
* MFp4 //depot/projects/usb; 157412Andrew Thompson2009-02-091-1957/+1567
* Remove check for null softc in attach, it can never happen.Andrew Thompson2009-02-011-3/+0
* Just put the ifnet pointer first in the softc like it needs to be rather thanAndrew Thompson2009-01-181-1/+0
* Name the items in the xfer arrays so they can be identified throughout theAndrew Thompson2009-01-151-19/+19
* Restore the if_*var.h and if_*reg.h to their original names, they dont need toAndrew Thompson2009-01-131-2/+2
* Sync with usb4bsd:Alfred Perlstein2009-01-041-4/+7
* Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them toAndrew Thompson2008-12-231-7/+2
* Remove superfluous return statements from the end of void functions.Andrew Thompson2008-12-111-67/+0
* Format and wrap function declarations.Andrew Thompson2008-12-111-47/+65
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-041-0/+2788