index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_atu.c
Age
Commit message (
Expand
)
Author
2006-05-22
First round at adapting to our net80211 stack. Unfinished work, but at least
rpaulo
2006-05-14
XXX: GCC uninitialized
christos
2006-05-08
Don't use a private variable for storing the desired ssid, the net80211 layer
rpaulo
2006-03-28
Use device_unit().
thorpej
2005-11-28
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
augustss
2005-06-22
Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
dyoung
2005-05-11
Don't keep the devinfo string on the stack, instead use malloc/free.
augustss
2005-03-03
atu on OQO model 01 is confirmed to be working under basestation/no-WEP.
itojun
2005-03-03
OQO wifi interface needs quirks
itojun
2005-03-02
OQO device still unstable on attach/whatever, so comment those entries out
itojun
2005-03-01
add OQO model 01 devices
itojun
2005-02-27
Misc changes from code review from someone who doesn't understand USB or
joff
2005-02-27
nuke trailing whitespace
perry
2005-02-25
Clear IFF_RUNNING flag before aborting usb pipes in atu_stop().
joff
2005-02-24
o Make sure interface is up before continuing with atu_start(). Should fix PR
joff
2005-01-24
It seems on some archs size_t is unsigned int and on others size_t is
joff
2005-01-24
Atmel AT76C50XX usb 802.11b wifi dongle driver from OpenBSD.
joff