Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Match Intel Dual Band Wireless AC 3168. The code...



details:   https://anonhg.NetBSD.org/src/rev/24830391df4c
branches:  trunk
changeset: 828940:24830391df4c
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed Jan 10 18:39:50 2018 +0000

description:
Match Intel Dual Band Wireless AC 3168. The code already supports it.

diffstat:

 sys/dev/pci/if_iwm.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 115f3202f1c9 -r 24830391df4c sys/dev/pci/if_iwm.c
--- a/sys/dev/pci/if_iwm.c      Wed Jan 10 18:15:18 2018 +0000
+++ b/sys/dev/pci/if_iwm.c      Wed Jan 10 18:39:50 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_iwm.c,v 1.76 2017/10/23 09:28:38 msaitoh Exp $      */
+/*     $NetBSD: if_iwm.c,v 1.77 2018/01/10 18:39:50 mlelstv Exp $      */
 /*     OpenBSD: if_iwm.c,v 1.148 2016/11/19 21:07:08 stsp Exp  */
 #define IEEE80211_NO_HT
 /*
@@ -106,7 +106,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_iwm.c,v 1.76 2017/10/23 09:28:38 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_iwm.c,v 1.77 2018/01/10 18:39:50 mlelstv Exp $");
 
 #include <sys/param.h>
 #include <sys/conf.h>
@@ -7701,6 +7701,7 @@
        PCI_PRODUCT_INTEL_WIFI_LINK_7265_2,
        PCI_PRODUCT_INTEL_WIFI_LINK_3165_1,
        PCI_PRODUCT_INTEL_WIFI_LINK_3165_2,
+       PCI_PRODUCT_INTEL_WIFI_LINK_3168,
        PCI_PRODUCT_INTEL_WIFI_LINK_8260_1,
        PCI_PRODUCT_INTEL_WIFI_LINK_8260_2,
        PCI_PRODUCT_INTEL_WIFI_LINK_4165_1,



Home | Main Index | Thread Index | Old Index