summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urtwn.c
AgeCommit message (Expand)Author
2013-09-30add some additional run(4)/urtwn(4) devices found in FreeBSDJonathan Gray
2013-09-30Add ISY IWL 2000, another RTL8188CUS/urtwn(4)Jonathan Gray
2013-08-20add some urtwn device ids found in the windows driverJonathan Gray
2013-08-19Add IO-DATA WN-G150UM from William Dunand.Jonathan Gray
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-21Belkin N300 XR; Daryl TurnerTheo de Raadt
2013-05-16attach to new RTL8188RU id, from Sigi RudzioStuart Henderson
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-29Fix building on the RAMDISK media. This was exposed by SMALL_KERNEL.Brad Smith
2012-09-17Bit field name was confused. Not MCS08 but MCS09.YASUOKA Masahiko
2012-04-08additional urtwn device ids found in the linux driverJonathan Gray
2012-04-08match BELKIN F7D2102; from Seth JacksonTheo de Raadt
2011-11-26add Netgear WNA100MChris Kuethe
2011-10-29avoid an out-of-bounds array access in urtwn_iq_calib_chain();Gleydson Soares
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-06-19fix up unbalanced format stringsJonathan Gray
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
2011-02-09revert usb.c to r1.72, and all subsequent changes that depend on it.Jacob Meuser
2011-02-05* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while aJacob Meuser
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-31grrr... use the same style in the activate functions than in theDamien Bergamini
2010-12-27* add cfattach activate functions and call usbd_deactivate() in theJacob Meuser
2010-12-11drop Rx'd frames larger than MCLBYTES.Damien Bergamini
2010-12-11rxi_flags was used uninitialized, and in some cases, received framesDamien Bergamini
2010-12-07remove useless #includeDamien Bergamini
2010-11-16attach FeiXun products.Damien Bergamini
2010-11-16periodically measure temperature and redo LC calibration if temperatureDamien Bergamini
2010-11-15print board type in human readable form in dmesg.Damien Bergamini
2010-11-06print the MAC address on the second line like with the other USBDamien Bergamini
2010-11-05s/urtw_devs/urtwn_devs/Damien Bergamini
2010-11-05double \n\n in dmesgDamien Bergamini
2010-11-05urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices.Damien Bergamini