summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_atu.c
AgeCommit message (Expand)Author
2006-05-22First round at adapting to our net80211 stack. Unfinished work, but at leastrpaulo
2006-05-14XXX: GCC uninitializedchristos
2006-05-08Don't use a private variable for storing the desired ssid, the net80211 layerrpaulo
2006-03-28Use device_unit().thorpej
2005-11-28Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls inaugustss
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-03-03atu on OQO model 01 is confirmed to be working under basestation/no-WEP.itojun
2005-03-03OQO wifi interface needs quirksitojun
2005-03-02OQO device still unstable on attach/whatever, so comment those entries outitojun
2005-03-01add OQO model 01 devicesitojun
2005-02-27Misc changes from code review from someone who doesn't understand USB orjoff
2005-02-27nuke trailing whitespaceperry
2005-02-25Clear IFF_RUNNING flag before aborting usb pipes in atu_stop().joff
2005-02-24o Make sure interface is up before continuing with atu_start(). Should fix PRjoff
2005-01-24It seems on some archs size_t is unsigned int and on others size_t isjoff
2005-01-24Atmel AT76C50XX usb 802.11b wifi dongle driver from OpenBSD.joff