[Prism54-devel] [PATCH] Add subsystem ID for SMC2835W
Luis R. Rodriguez
mcgrof@ruslug.rutgers.edu
Mon, 15 Dec 2003 12:58:44 -0500 (EST)
I've added SMC2835W, and also made iwconfig return short model name for
all cards. Thanks,
Luis
On Mon, 15 Dec 2003, Harald Welte wrote:
> Hi!
>
> The patch below adds the subsystem id for the SMC2835W card.
>
> --- old/drivers/net/wireless/prism54/islpci_hotplug.c 2003-12-15 12:21:44.959079640 +0100
> +++ new/drivers/net/wireless/prism54/islpci_hotplug.c 2003-12-15 12:20:43.904361368 +0100
> @@ -66,6 +66,10 @@
> (unsigned long) "EZ Connect g 2.4GHz 54 Mbps Wireless PCI Card - SMC2802W"},
> {
> PCIVENDOR_INTERSIL, PCIDEVICE_ISL3890,
> + PCIVENDOR_SMC, 0x2835UL,
> + (unsigned long) "EZ Connect g 2.4GHz 54 Mbps Wireless Cardbus Adapter - SMC2835W"},
> + {
> + PCIVENDOR_INTERSIL, PCIDEVICE_ISL3890,
> PCIVENDOR_INTERSIL, 0x0000UL, /* This was probably a bogus reading... */
> (unsigned long) "SparkLAN WL-850F"},
> {
>
> --
> - Harald Welte <laforge@gnumonks.org> http://www.gnumonks.org/
> ============================================================================
> Programming is like sex: One mistake and you have to support it your lifetime
>