From 60928f6616e7399091cae62a7bb1ae759a851c56 Mon Sep 17 00:00:00 2001 From: hiren Date: Sun, 30 Jun 2013 01:05:24 +0000 Subject: [PATCH] Fixing incorrect id for Intel Centrino Wireless-N 130. PR: kern/180094 Submitted by: Cedric Approved by: sbruno (mentor) MFC after: 3 weeks --- sys/dev/iwn/if_iwn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c index b6b523a7edd037..e57b56e8d8026f 100644 --- a/sys/dev/iwn/if_iwn.c +++ b/sys/dev/iwn/if_iwn.c @@ -94,7 +94,7 @@ static const struct iwn_ident iwn_ident_table[] = { { 0x8086, 0x0885, "Intel Centrino Wireless-N + WiMAX 6150" }, { 0x8086, 0x0886, "Intel Centrino Wireless-N + WiMAX 6150" }, { 0x8086, 0x0896, "Intel Centrino Wireless-N 130" }, - { 0x8086, 0x0887, "Intel Centrino Wireless-N 130" }, + { 0x8086, 0x0897, "Intel Centrino Wireless-N 130" }, { 0x8086, 0x08ae, "Intel Centrino Wireless-N 100" }, { 0x8086, 0x08af, "Intel Centrino Wireless-N 100" }, { 0x8086, 0x4229, "Intel Wireless WiFi Link 4965" },