From owner-freebsd-net@FreeBSD.ORG Sun Feb 15 04:46:04 2004 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 327CC16A4CE for ; Sun, 15 Feb 2004 04:46:04 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0852843D2D for ; Sun, 15 Feb 2004 04:46:04 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 12F3765216; Sun, 15 Feb 2004 12:46:03 +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 04510-04; Sun, 15 Feb 2004 12:46:02 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E807C6520F; Sun, 15 Feb 2004 12:45:53 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id DC9832B; Sun, 15 Feb 2004 12:45:52 +0000 (GMT) Date: Sun, 15 Feb 2004 12:45:52 +0000 From: Bruce M Simpson To: Atsushi Onoe Message-ID: <20040215124552.GA24619@saboteur.dek.spc.org> Mail-Followup-To: Atsushi Onoe , freebsd-net@freebsd.org References: <20040215114021.GL22136@saboteur.dek.spc.org> <200402151222.i1FCMAlq002139@nest.sm.sony.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200402151222.i1FCMAlq002139@nest.sm.sony.co.jp> cc: freebsd-net@freebsd.org Subject: Re: an(4) net80211-ification ? 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: Sun, 15 Feb 2004 12:46:04 -0000 On Sun, Feb 15, 2004 at 09:22:10PM +0900, Atsushi Onoe wrote: > > Is anybody hiding any patches for this somewhere? If so speak now... :-) > > I have on NetBSD tree, though it doesn't support MPI350 yet. Excellent. I'll have a look. Using ieee802_11* seems to make using radiotap easier... BMS