linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mwl8k: Add 0x2a02 PCI device-id (Marvell 88W8361)
@ 2012-04-27  9:08 Sedat Dilek
  2012-04-27  9:14 ` Lennert Buytenhek
  0 siblings, 1 reply; 28+ messages in thread
From: Sedat Dilek @ 2012-04-27  9:08 UTC (permalink / raw)
  To: Lennert Buytenhek, John W. Linville, linux-wireless, netdev,
	linux-kernel
  Cc: Sedat Dilek, stable

User lautriv asked for belkin N-1 WLAN device support on IRC.

Further informations from lautriv:
* marvell 80W8031, card-id 11ab:2a02
* Debian/sid 3.2.x

On [1] I found a report by Jim Cromie concerning same PCI device-id:

00:0e.0 Ethernet controller [0200]: Marvell Technology Group Ltd.
88W8361 [TopDog] 802.11n Wireless [11ab:2a02] (rev 03)
	Subsystem: Marvell Technology Group Ltd. 88W8361 [TopDog] 802.11n Wireless [11ab:2a02]

So, let's add 0x2a02 to PCI device table.

[1] http://www.spinics.net/lists/newbies/msg46601.html

Cc: stable@vger.kernel.org
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 drivers/net/wireless/mwl8k.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/mwl8k.c b/drivers/net/wireless/mwl8k.c
index b48674b..16f0a9a 100644
--- a/drivers/net/wireless/mwl8k.c
+++ b/drivers/net/wireless/mwl8k.c
@@ -5264,6 +5264,7 @@ MODULE_FIRMWARE("mwl8k/fmimage_8366.fw");
 MODULE_FIRMWARE(MWL8K_8366_AP_FW(MWL8K_8366_AP_FW_API));
 
 static DEFINE_PCI_DEVICE_TABLE(mwl8k_pci_id_table) = {
+	{ PCI_VDEVICE(MARVELL, 0x2a02), .driver_data = MWL8363, },
 	{ PCI_VDEVICE(MARVELL, 0x2a0a), .driver_data = MWL8363, },
 	{ PCI_VDEVICE(MARVELL, 0x2a0c), .driver_data = MWL8363, },
 	{ PCI_VDEVICE(MARVELL, 0x2a24), .driver_data = MWL8363, },
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2012-05-11  8:09 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-27  9:08 [PATCH] mwl8k: Add 0x2a02 PCI device-id (Marvell 88W8361) Sedat Dilek
2012-04-27  9:14 ` Lennert Buytenhek
2012-04-27  9:22   ` Sedat Dilek
2012-04-27  9:40     ` Lennert Buytenhek
2012-04-27  9:42       ` Sedat Dilek
2012-04-27  9:46         ` Lennert Buytenhek
2012-04-27  9:56           ` Sedat Dilek
2012-04-27  9:58             ` Lennert Buytenhek
2012-04-27 10:12               ` Sedat Dilek
2012-04-27 10:17                 ` Lennert Buytenhek
2012-04-27 10:57                   ` Sedat Dilek
2012-04-27 13:29                     ` Sedat Dilek
2012-04-27 18:58                       ` Lennert Buytenhek
2012-04-27 21:53                         ` Sedat Dilek
2012-04-28 22:25                           ` Sedat Dilek
2012-05-01 12:51                             ` Lennert Buytenhek
2012-05-01 13:54                               ` Sedat Dilek
2012-05-01 15:49                                 ` Lennert Buytenhek
2012-05-02  1:12                                 ` Pat Erley
2012-05-02  2:38                                   ` Lennert Buytenhek
2012-05-02  8:58                                     ` Sedat Dilek
2012-05-02  7:59                                 ` Arend van Spriel
2012-05-02 13:53                                 ` Ben Hutchings
2012-05-07 16:09                               ` Dan Williams
2012-05-07 16:42                                 ` Dan Williams
2012-05-07 18:26                                   ` Adrian Chadd
2012-05-11  8:01                                     ` Helmut Stengele
2012-05-01 12:47                           ` Lennert Buytenhek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).