From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennert Buytenhek Subject: Re: [PATCH] mwl8k: Add 0x2a02 PCI device-id (Marvell 88W8361) Date: Tue, 1 May 2012 17:49:27 +0200 Message-ID: <20120501154927.GR3157@wantstofly.org> References: <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=us-ascii Cc: "John W. Linville" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lautriv , Jim Cromie , Ben Hutchings , Hauke Mehrtens To: sedat.dilek@gmail.com Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, May 01, 2012 at 03:54:49PM +0200, Sedat Dilek wrote: > Some more concerns... > Dunno, if [4] is really correct and how to use one and same device-id > for 8363 ***and*** 8361P: > ... > { PCI_VDEVICE(MARVELL, 0x2a02), .driver_data = MWL8363, }, No, you'll have to add a MWL8361P to the enum, and add a mwl8k_device_info table entry for that, and then add the PCI ID table entry with the MWL8361P identifier.