From: kevlo Date: Thu, 2 Sep 2021 13:39:34 +0000 (+0000) Subject: The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=67d4f0fb0a57464a8c70d83c9fcc07e99b6ce07c;p=openbsd The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000 family (discrete) not integrated. ok stsp@ --- diff --git a/sys/dev/pci/if_iwx.c b/sys/dev/pci/if_iwx.c index 096caf79896..b609c553875 100644 --- a/sys/dev/pci/if_iwx.c +++ b/sys/dev/pci/if_iwx.c @@ -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 @@ -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;