From owner-freebsd-net@FreeBSD.ORG Sat Dec 20 11:35:28 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB2EE16A4CE for ; Sat, 20 Dec 2003 11:35:28 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50AEF43DBC for ; Sat, 20 Dec 2003 11:33:34 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id C35596538B; Sat, 20 Dec 2003 18:37:55 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 86640-03; Sat, 20 Dec 2003 18:37:55 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-18-36.dsl.uk.rapidplay.com [82.147.18.36]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id B6F5965375; Sat, 20 Dec 2003 18:37:54 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id EA96738; Sat, 20 Dec 2003 18:37:53 +0000 (GMT) Date: Sat, 20 Dec 2003 18:37:53 +0000 From: Bruce M Simpson To: Mike Silbersack Message-ID: <20031220183753.GA742@saboteur.dek.spc.org> Mail-Followup-To: Mike Silbersack , freebsd-net@FreeBSD.org References: <6438.1071859406@www37.gmx.net> <20031219130512.U95094@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031219130512.U95094@odysseus.silby.com> cc: freebsd-net@FreeBSD.org Subject: Re: USB WLAN device and 54MBit or 108MBit device X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2003 19:35:28 -0000 On Fri, Dec 19, 2003 at 01:07:46PM -0600, Mike Silbersack wrote: > On Fri, 19 Dec 2003, freebsd_daemon wrote: > > Are there any suggestions for > > 1) a USB WLAN device which is supported by 4.9 and 5.x > See the wi manpage. I have both a Netgear MA311 and MA401, and they work > pretty well. Hangon a minute. We don't support USB PRISM2/HERMES devices yet. Although support for USB wi(4) was recently committed to OpenBSD. I've been looking at a potential merge but it's not pretty as they wrote the support against wi(4) before net80211 came along. BMS