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