From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pat Erley Subject: Re: [PATCH] mwl8k: Add 0x2a02 PCI device-id (Marvell 88W8361) Date: Tue, 01 May 2012 21:12:25 -0400 Message-ID: <4FA089F9.1020602@erley.org> References: <20120427094637.GV3157@wantstofly.org> <20120427095842.GW3157@wantstofly.org> <20120427101732.GX3157@wantstofly.org> <20120427185809.GZ3157@wantstofly.org> <20120501125102.GN3157@wantstofly.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Sedat Dilek , Lennert Buytenhek , "John W. Linville" , linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, lautriv , Jim Cromie , Ben Hutchings , Hauke Mehrtens To: sedat.dilek-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Return-path: In-Reply-To: Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On 05/01/2012 09:54 AM, Sedat Dilek wrote: > --- a/drivers/net/wireless/mwl8k.c > +++ b/drivers/net/wireless/mwl8k.c > @@ -5225,6 +5225,7 @@ static void mwl8k_finalize_join_worker(struct work_struct *work) > } > > enum { > + MWL8361P = 0, > MWL8363 = 0, > MWL8687, > MWL8366, I'm not an expert, but isn't this giving both 8361P and 8363 the same values in the enum? Is that intended? Pat Erley -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html