Re: [PATCH] mwl8k: Add 0x2a02 PCI device-id (Marvell 88W8361)
From: Lennert Buytenhek <hidden>
Date: 2012-05-01 15:49:33
Also in:
lkml, netdev
From: Lennert Buytenhek <hidden>
Date: 2012-05-01 15:49:33
Also in:
lkml, netdev
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.