aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb2/wlan
Commit message (Expand)AuthorAgeFilesLines
* Move the new USB stack into its new home.Andrew Thompson2009-02-2312-11463/+0
* Switch over to usbdevs.h generated at compile time.Andrew Thompson2009-02-183-3/+3
* - ieee80211_chan2ieee returns an intAndrew Thompson2009-02-142-30/+74
* - ieee80211_chan2ieee returns an intAndrew Thompson2009-02-131-5/+7
* MFp4 //depot/projects/usb; 157429, 157433, 157443Andrew Thompson2009-02-096-359/+363
* Correct sources for r188417Andrew Thompson2009-02-096-363/+359
* MFp4 //depot/projects/usb; 157412Andrew Thompson2009-02-099-7896/+6729
* Add the Buffalo WLI-U2-SG54HGKevin Lo2009-02-061-0/+1
* Remove check for null softc in attach, it can never happen.Andrew Thompson2009-02-013-9/+0
* Just put the ifnet pointer first in the softc like it needs to be rather thanAndrew Thompson2009-01-186-9/+3
* Name the items in the xfer arrays so they can be identified throughout theAndrew Thompson2009-01-156-87/+99
* Restore the if_*var.h and if_*reg.h to their original names, they dont need toAndrew Thompson2009-01-1310-7/+7
* Sync with usb4bsd:Alfred Perlstein2009-01-043-101/+345
* Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them toAndrew Thompson2008-12-233-21/+6
* Remove superfluous return statements from the end of void functions.Andrew Thompson2008-12-113-228/+0
* Format and wrap function declarations.Andrew Thompson2008-12-113-146/+194
* Even though the previous commit was functionally equivalent with the code it ...Rink Springer2008-11-041-1/+1
* Fix the build (on at least powerpc) by moving the htole16() from the case(x) ...Rink Springer2008-11-041-3/+3
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-0412-0/+12537