summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_wi_usb.c
AgeCommit message (Collapse)Author
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
This should cure some rare stack overflows. From augustss NetBSD ok dlg@ pascoe@
2005-02-18Internal wireless on PCChips A535 laptop found in a dmesg fromJonathan Gray
Fabio Olive Leite <foleite at yahoo dot com dot br> and some additional wi devices found in linux-wlan driver.
2005-01-15Additional devices found in linux-wlan driver.Jonathan Gray
2004-11-23replace old net/if_ieee80211.h header with the net80211 ones, kernel part.Federico G. Schwindt
millert@ mcbride@ jsg@
2004-10-20add devices found in linux driverJonathan Gray
2004-10-17another new Corega USB wireless (found in Tokyo)Theo de Raadt
2004-08-05attach the compaq w100 and w200. the w100 should work with a bit of work. itDavid Gwynne
is yet to be determined if the w200 has hope or not though from what i've read it should be possible. ok deraadt@
2004-07-16recognize the dwl-122 usb wireless card. from fgschPedro Martelletto
ok'd by him and markus@
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-03-16unlock on error paths, from Patrick LatifiTed Unangst
2004-03-15fix if(); error, also add missing error checks and close_pipe calls.Dale Rahn
found and ok aaron@
2004-02-27JVC MP-XP7250 Builtin USB WLANHenning Brauer
tested by Michael Schmidt <Michajnz@freenet.de> ok drahn@
2004-01-13remove needs-flag from wi@usb. drahn@ ok.Federico G. Schwindt
2003-12-23recognize several more wi@usb devices.Dale Rahn
2003-12-05consistently treat wi_keylen as le16, fixes wicontrol crash for if_wiDale Rahn
and if_wi_usb ok millert@
2003-11-09Zero the tx buffer before reusing it. This way stray bits willDale Rahn
not remain set on the text packet sent, seems to improve wi@usb on large transfers.
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-26Uhm, disable debugging my default, even if it probably is good toDale Rahn
run with it enabled for now.
2003-10-26Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,Dale Rahn
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@