From owner-freebsd-mobile Sun Dec 19 14:22:10 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 90541152A8; Sun, 19 Dec 1999 14:22:05 -0800 (PST) (envelope-from nsayer@mailhost.kfu.com) Received: from morpheus.kfu.com (morpheus.kfu.com [170.1.70.19]) by quack.kfu.com (8.9.2/8.9.3) with ESMTP id OAA91244; Sun, 19 Dec 1999 14:22:03 -0800 (PST) (envelope-from nsayer@mailhost.kfu.com) Received: by morpheus.kfu.com (8.9.3//ident-1.0) id OAA94654; Sun, 19 Dec 1999 14:22:03 -0800 (PST) Date: Sun, 19 Dec 1999 14:22:03 -0800 (PST) From: nsayer@quack.kfu.com Message-Id: <199912192222.OAA94654@morpheus.kfu.com> To: mobile@freebsd.org Subject: Wavelan wireless ethernet cards & bridging Cc: luigi@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I haven't bought one yet, but I have become interested lately in wireless LAN stuff. It looks like the WaveLAN Turbo cards are the way to go. The only issue is that they require a WAP (wired access point) to communicate with wired networks. Those devices, from what I can tell A> are horribly expensive, and B> don't do 100baseT (which is only important because it's all I've got at home). It seems to me that the solution to both problems is in Luigi's bridging code, which I already use to make a filtering bridge to use with my DSL router. If the wi driver could be made bridge-aware, it seems to me that one could add an ISA-PCMCIA bridge card with a Wavelan card to an AdHoc network and use it as a bridge to the wired network. Some issues, however, make me too nervous to stick my neck out and try it. Paramount above them is what the bridge code would do if an interface was suddenly added or removed (as PCCARD devices are wont to do, and there is no such thing as a true ISA or PCI WaveLAN card). Adding the bridge code call to the wi driver looks pretty straightforward. Does anyone have any thoughts as to the likelyhood of this being a complete waste of time? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message