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