The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000
authorkevlo <kevlo@openbsd.org>
Thu, 2 Sep 2021 13:39:34 +0000 (13:39 +0000)
committerkevlo <kevlo@openbsd.org>
Thu, 2 Sep 2021 13:39:34 +0000 (13:39 +0000)
family (discrete) not integrated.

ok stsp@

sys/dev/pci/if_iwx.c

index 096caf7..b609c55 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_iwx.c,v 1.99 2021/08/31 13:19:32 stsp Exp $        */
+/*     $OpenBSD: if_iwx.c,v 1.100 2021/09/02 13:39:34 kevlo Exp $      */
 
 /*
  * Copyright (c) 2014, 2016 genua gmbh <info@genua.de>
@@ -9343,7 +9343,7 @@ iwx_attach(struct device *parent, struct device *self, void *aux)
        case PCI_PRODUCT_INTEL_WL_22500_1:
                sc->sc_fwname = "iwx-cc-a0-63";
                sc->sc_device_family = IWX_DEVICE_FAMILY_22000;
-               sc->sc_integrated = 1;
+               sc->sc_integrated = 0;
                sc->sc_ltr_delay = IWX_SOC_FLAGS_LTR_APPLY_DELAY_NONE;
                sc->sc_low_latency_xtal = 0;
                sc->sc_xtal_latency = 0;