summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_wi_usb.c
AgeCommit message (Expand)Author
2010-07-02fix a variety of uninit errors. ok and one correction deraadtTed Unangst
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2009-02-14remove dead assignments and newly created unused variables.Charles Longeau
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-12There is no such word as `detatch'.Michael Knudsen
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-10Remove definitions and usage of usb_callout and related macros. These macrosMarc Balmer
2007-06-09Remove the definition and use of if_deactivate(). It was defined empty andMarc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2007-04-01s/multpile/multiple/Ray Lai
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-10-24Fix indentation to not imply, that USB_ATTACH_ERROR_RETURNMoritz Jodeit
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-29Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inBrad Smith
2006-01-25kthread_create_deferred() do the things right, no need forAlexander Yurchenko
2005-12-03splimp -> splnetBrad Smith
2005-11-24wi and ubt are network drivers so should be DV_IFNET,Alexander Yurchenko
2005-11-19ViewSonic Airsync Prism 2.5 USB wlan, id found in linux-wlan driver.Jonathan Gray
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
2005-10-20fix command and write rid handling and fix some fmt strings used on debug.Federico G. Schwindt
2005-10-16better diagnostic on tx error.Federico G. Schwindt
2005-10-15remove `workaround' for supported data rates now that core is fixed.Federico G. Schwindt
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
2005-01-15Additional devices found in linux-wlan driver.Jonathan Gray
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
2004-10-20add devices found in linux driverJonathan Gray
2004-10-17another new Corega USB wireless (found in Tokyo)Theo de Raadt
2004-08-05attach the compaq w100 and w200. the w100 should work with a bit of work. itDavid Gwynne
2004-07-16recognize the dwl-122 usb wireless card. from fgschPedro Martelletto
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-03-16unlock on error paths, from Patrick LatifiTed Unangst
2004-03-15fix if(); error, also add missing error checks and close_pipe calls.Dale Rahn
2004-02-27JVC MP-XP7250 Builtin USB WLANHenning Brauer
2004-01-13remove needs-flag from wi@usb. drahn@ ok.Federico G. Schwindt
2003-12-23recognize several more wi@usb devices.Dale Rahn
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-26Uhm, disable debugging my default, even if it probably is good toDale Rahn
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn