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_urtwn.c
Age
Commit message (
Expand
)
Author
2014-02-16
move default last, add symbolic mask.
christos
2014-02-16
whitespace police
christos
2014-02-16
Use INFRA not ADHOC when opmode is M_STA.
nonaka
2014-02-14
ibss and hostap support from stsp @ openbsd.
christos
2013-08-10
PR/48112 - Kai-Uwe Eckhardt -- add support for Sitecom N300 usb wifi adapter
jnemeth
2013-04-07
Use rx_data, not tx_data at urtwn_free_rx_list().
nonaka
2013-03-30
replace macro with inline function
christos
2013-03-12
more locking and int -> size_t from Anon Ymous
christos
2013-02-05
don't count an output packet on a stall.
christos
2013-02-05
cache the pipe before the container is put in the free list (and can change)
christos
2013-01-28
ke monitor mode work:
christos
2013-01-22
- Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK
jmcneill
2013-01-22
simplify the locking in urtwn_start
jmcneill
2013-01-21
some more urtwn fixes:
jmcneill
2013-01-21
remove trailing lines
christos
2013-01-21
ic->ic_bss->ni_chan -> ic->ic_curchan
jmcneill
2013-01-20
use ic_curchan not ic_ibss_chan
jmcneill
2013-01-20
more (and less) locking fixes
christos
2013-01-18
if doing #ifdef INET, you need opt_inet.h!
jmcneill
2013-01-18
make this work with lockdebug. while here, set urtwn_debug=0 now that
jmcneill
2013-01-05
fix debug variables.
christos
2013-01-05
add include "opt_usb.h" where needed.
christos
2013-01-05
- need opt_usb.h if depending on USB_DEBUG
christos
2012-12-27
Consistent/Correct error message from failing usbd_set_config.
skrll
2012-06-14
Add firmware for the RealTek RTL8192CU family of wireless chipsets, and
riz
2012-06-01
Add a dependency on bpf module.
nonaka
2012-05-30
Add some device IDs from OpenBSD.
nonaka
2012-05-30
Release the mutex on error in urtwn_alloc_tx_list.
skrll
2012-03-25
Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n...
nonaka