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
2022-07-31
Don't report errors as timeout.
mlelstv
2022-06-23
if_urtwn.c: add the TRENDnet TEW-648UBM
brook
2022-04-06
revert accidental last commit (except ukbd.c)
mlelstv
2022-04-06
remove debug printf
mlelstv
2021-10-21
add Edimax N150 adapter; tested on my PBP
jnemeth
2021-09-17
Sprinkle a little delay.
nat
2021-09-17
Initialize firmware mailbox counter when firmware is reset.
nat
2021-09-17
Serialize sending of firmware commands to device.
nat
2021-09-17
Use urtwn_delay_ms were possibile.
nat
2021-03-02
Opps....Remove irrelavent debug code and don't free_m before IFQ_DEQUEUE().
nat
2021-02-26
Also free assocated mbufs.
nat
2021-02-21
replace printf "ERROR<n>" with device_printf() and useful messages.
mrg
2021-02-02
if_urtwn.c: Plug a few leaks
yamt
2021-02-02
if_urtwn: Add a missing newline to an aprint_error_dev message
yamt
2021-02-01
urtwn(4): Check for allocation failure in urtwn_tx_beacon.
riastradh
2021-02-01
add another TPLINK RTL8192EU variant
nia
2021-01-31
urtwn(4): add TPLINK WN821N to the list of USB device ids
nia
2020-06-27
mark several init-only functions as noinline to avoid bumping into the
jdolecek
2020-05-02
don't forget to destroy the new sc_media_mtx mutex.
mrg
2020-04-16
Correct rx packet count for 8192EU. Tested OK.
nat
2020-04-04
Add D-Link DWA-121 rev B1 to list of supported devices
skrll
2020-03-15
Define and implement a locking protocol for the ifmedia / mii layers:
thorpej
2020-03-14
revert the 0x% -> %# change for fixed width formats pointed out by uwe.
christos
2020-03-13
PR/55068: sc.dying: Fix printf formats:
christos
2020-01-29
Adopt <net/if_stats.h>.
thorpej
2020-01-15
Use modern interfaces and kill tsleep/wakeup. From nick-nhusb branch.
skrll
2020-01-15
Trailing whitespace
skrll
2019-12-13
Fix gross use-after-free. Found by a custom query on LGTM.
maxv
2019-12-01
Don't deregister twice with pmf.
mlelstv
2019-12-01
Reset MCU ready status before resetting the MCU.
mlelstv
2019-11-26
Change 0x%jx -> %#jx as suggested by christos.
gson
2019-11-26
Convert debug printfs to usbhist.
gson
2019-10-10
use ether_snprintf instead of open coding it.
bad
2019-08-19
move the call to rnd_attach_source() earlier and add a matching
mrg
2019-07-25
Avoid undefined behavior. Found by KUBSan.
msaitoh
2019-06-15
Add rnd(9) support.
msaitoh
2019-03-07
add SIOCS80211CHANNEL special handling in monitor mode (from OpenBSD)
christos
2019-02-01
Add a software beacon.
christos
2018-12-20
Add D-Link DWA-131 rev E "Wireless N300 Nano USB Adapter"
tih
2018-12-15
Make IODATA WN-G150UMW work:
msaitoh
2018-11-13
Fix race in attachment.
mlelstv
2018-09-12
Don't have modules depend on bpf; they will find the dependency dynamically
christos
2018-08-02
Fix usb_rem_task_wait API.
riastradh
2018-07-30
Skip urtwn_chip_stop for 88E family chips as we do for 92EU.
jmcneill
2018-07-29
Use usb_rem_task_wait in urtwn(4) detach.
riastradh
2018-06-29
- Unify the "rtwn" and "urtwn" register definitions and initialization
thorpej
2018-06-26
Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
msaitoh
2018-06-01
Fix support for 8192eu, notably TPLINK TL-WN823NV2, by using the right
nat
2018-02-08
Typos.
dholland
2018-01-21
PR kern/52931 Kernel panics with Atheros usb wireless interface
skrll
[next]