summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urtwn.c
AgeCommit message (Expand)Author
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