summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urtwn.c
AgeCommit message (Expand)Author
2021-10-04Build firmware for rsu(4), rtwn(4), and urtwn(4).Kevin Lo
2021-04-25Make urtwn(4) attach to 'ASUS USB-N10 Nano' devices.Stefan Sperling
2020-11-15match on Edimax EW-7811Un V2, from Morgan AldridgeJonathan Matthew
2020-11-12Don't enable port or link until all crypto keys are installed byKenneth R Westerback
2020-11-10Fix urtwn(4) against access points which use WPA1/TKIP as the group cipher.Stefan Sperling
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightMarcus Glocker
2020-07-06match on D-Link DWA-121 rev B1Jonathan Gray
2020-07-05Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.Stefan Sperling
2020-06-11Make use of hardware crypto for CCMP. The tricky bits had been lyingJonathan Matthew
2020-05-26match on TP-Link TL-WN822N-EU v5Jonathan Gray
2020-01-27Make urtwn(4) attach to tp-link tl-wn823n (RTL8192EU).Stefan Sperling
2020-01-05remove duplicate device idsJonathan Gray
2020-01-05consistently uppercase usb product definesJonathan Gray
2019-11-16- Don't enable/disable efuse access protection for rtl8188c/rtl8192c;Kevin Lo
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-03-11- in rtwn_r88e_fw_reset function, use the correct bit R88E_RSV_CTRL_MCU_RSTKevin Lo
2019-01-14match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper WallinJonathan Matthew
2018-12-07Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.Kevin Lo
2018-12-04Add support for RTL8192EU adapters, partly taken from netbsd.Jonathan Matthew
2018-10-01The sequence number field in the 802.11 frame header includes the sequenceJonathan Matthew
2018-07-19attach RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 ...Stuart Henderson
2017-12-14let urtwn(4) find my TP-LINK TL-WN722N v2Sebastian Benoit
2017-11-07Prevent a potential stack buffer overrun when a urtwn(4) deviceStefan Sperling
2017-08-23Fix up rssi calculations and r88e_rx_cck structure for RTL8188EU.Kevin Lo
2017-08-16Mostly cosmetic changes to make things a bit more consistant:Kevin Lo
2017-08-12Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array indexStefan Sperling
2017-06-23- Fix Tx queues to USB endpoints mapping and merge urtwn_r92c_dma_init()Kevin Lo
2017-06-16- Fix incorrect values in the computation of transmit power for theKevin Lo
2017-05-08For 8188EU chips, read the R92C_HSSI_PARAM2(0) register to detect whetherStefan Sperling
2017-01-30Make urtwn(4) run slot time updates from a USB task.Stefan Sperling
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-08Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.Stefan Sperling
2016-07-21Make rtwn(4) and urtwn(4) respect the RTS threshold set by net80211.Stefan Sperling
2016-06-17Merge a lot of code from urtwn(4) into rtwn(4). Both drivers now share codeStefan Sperling
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-21Replace magic number in urtwn(4) with corresponding macro from ic/r92creg.h.Stefan Sperling
2016-03-09Remove pointless function pointers from urtwn(4) softc. They didn't serveStefan Sperling
2016-03-07For rtwn(4) and urtwn(4) inline driver-specific definitions in theirStefan Sperling
2016-03-07Merge TX/RX descriptors used by rtwn(4) and urtwn(4) into common header file.Stefan Sperling
2016-03-07Merge rtwn(4) and urtwn(4) register definitions into a common header file.Stefan Sperling
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-18Remove unused variables, from Michael McConville.Martin Pieuchot
2015-09-10Show usb stack error code if a firmware page fails to load in urtwn(4).Stefan Sperling
2015-08-24Add some additional urtwn ids found in the linux rtl8192cu driver.Jonathan Gray
2015-08-22Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.Stefan Sperling