Date: Fri, 03 Oct 2003 04:45:04 -0400 From: "Omer Faruk Sen" <freebsd@faruk.net> To: freebsd-mobile@freebsd.org Subject: Re: Advice: 128 bit wep and Prism chipset Message-ID: <20031003084504.2413.qmail@fuzuli.enderunix.org> In-Reply-To: <20031003083002.GT20209@pir.net> References: <20031002155001.4881A5D07@ptavv.es.net> <20031003081724.1884.qmail@fuzuli.enderunix.org> <20031003083002.GT20209@pir.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <freebsd@faruk.net> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031003084504.2413.qmail>
