summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-07-24 13:20:45 +0000
committeradrian <adrian@FreeBSD.org>2013-07-24 13:20:45 +0000
commit5322272b9c2fb92fdb3e32e2e96529d177a247d4 (patch)
tree64ac7c47b9ee5f8d64e1c322129bf18bb7c1b077
parentfc2b4ba2ffb7384dfd6bda9952535e29f6d83a9a (diff)
downloadFreeBSD-src-5322272b9c2fb92fdb3e32e2e96529d177a247d4.zip
FreeBSD-src-5322272b9c2fb92fdb3e32e2e96529d177a247d4.tar.gz
Add new IDs for The Intel 2230 wireless NIC.
Submitted by: Cedric GROSS <cg@cgross.info>
-rw-r--r--sys/dev/iwn/if_iwn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index 6e0cc1b..43af17f 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -93,6 +93,8 @@ static const struct iwn_ident iwn_ident_table[] = {
{ 0x8086, 0x0091, "Intel Centrino Advanced-N 6230" },
{ 0x8086, 0x0885, "Intel Centrino Wireless-N + WiMAX 6150" },
{ 0x8086, 0x0886, "Intel Centrino Wireless-N + WiMAX 6150" },
+ { 0x8086, 0x0887, "Intel Centrino Wireless-N 2230" },
+ { 0x8086, 0x0888, "Intel Centrino Wireless-N 2230" },
{ 0x8086, 0x0896, "Intel Centrino Wireless-N 130" },
{ 0x8086, 0x0897, "Intel Centrino Wireless-N 130" },
{ 0x8086, 0x08ae, "Intel Centrino Wireless-N 100" },
OpenPOWER on IntegriCloud