From owner-freebsd-mobile@FreeBSD.ORG Fri Oct 3 01:36:06 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 922DC16A4B3 for ; Fri, 3 Oct 2003 01:36:06 -0700 (PDT) Received: from fuzuli.enderunix.org (64.90.191.122.nyinternet.net [64.90.191.122]) by mx1.FreeBSD.org (Postfix) with SMTP id ACF2C43FF9 for ; Fri, 3 Oct 2003 01:36:05 -0700 (PDT) (envelope-from freebsd@faruk.net) Received: (qmail 2416 invoked by uid 89); 3 Oct 2003 08:45:04 -0000 Message-ID: <20031003084504.2413.qmail@fuzuli.enderunix.org> References: <20031002155001.4881A5D07@ptavv.es.net> <20031003081724.1884.qmail@fuzuli.enderunix.org> <20031003083002.GT20209@pir.net> In-Reply-To: <20031003083002.GT20209@pir.net> From: "Omer Faruk Sen" To: freebsd-mobile@freebsd.org Date: Fri, 03 Oct 2003 04:45:04 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: Advice: 128 bit wep and Prism chipset X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 08:36:06 -0000 Are you sure? (by the way I am not ... ) I have looked at /usr/src/sys/dev/an/if_an_pci.c #define AIRONET_VENDORID 0x14B9 #define AIRONET_DEVICEID_35x 0x0350 #define AIRONET_DEVICEID_4500 0x4500 #define AIRONET_DEVICEID_4800 0x4800 #define AIRONET_DEVICEID_4xxx 0x0001 #define AIRONET_DEVICEID_MPI350 0xA504 #define AN_PCI_PLX_LOIO 0x14 /* PLX chip iobase */ #define AN_PCI_LOIO 0x18 /* Aironet iobase */ static struct an_type an_devs[] = { { AIRONET_VENDORID, AIRONET_DEVICEID_35x, "Cisco Aironet 350 Series" }, { AIRONET_VENDORID, AIRONET_DEVICEID_4500, "Aironet PCI4500" }, The point that I want to learn is the chipset of this card is Prism based? Peter Radcliffe writes: > Omer Faruk Sen probably said: >> 3)The company is suggesting me to buy Cisco 350 PCI cards. I have read >> http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Linux.Wireless.drivers. >> html and it states that Cisco 350 cards are also Prism II chipset based >> cards. Is that true? And can I use that card to create an Access Point with >> FreeBSD? > > No. Neither of these things are true. Cisco 350 cards are aironet cards. > > P. > > -- > pir > > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org"