summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urtwn.c
AgeCommit message (Expand)Author
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
2015-06-12Only match devices with a valid configuration.Martin Pieuchot
2015-05-12Merge various urtwn(4) fixes from FreeBSD:Stefan Sperling
2015-05-10Fix urtwn(4) 11b performance for RTL8188EU devices.Stefan Sperling
2015-05-10My commit adding RTL8188EU did introduce a regression after all.Stefan Sperling
2015-05-04Add support for RTL8188EU chips to urtwn(4).Stefan Sperling
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2015-02-07Fix a logic error when enabling MAC and reset the checksum report bitMartin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2014-03-14Add the ISY IWL 4000 a new urtwn(4) device, from Fabian Raetz andMartin Pieuchot