From 98a5860728eeacf24069ce066f6f02fe28f7b04b Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 14 Nov 2012 12:30:20 +0000 Subject: Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well. Makes these variants actually work. Based on a diff from James Turned, also confirmed by weerd@ --- sys/dev/pci/if_iwn.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev/pci/if_iwn.c') diff --git a/sys/dev/pci/if_iwn.c b/sys/dev/pci/if_iwn.c index 3508e0f5d0c..173fe2d1748 100644 --- a/sys/dev/pci/if_iwn.c +++ b/sys/dev/pci/if_iwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwn.c,v 1.115 2012/11/11 20:45:31 jcs Exp $ */ +/* $OpenBSD: if_iwn.c,v 1.116 2012/11/14 12:30:19 kettenis Exp $ */ /*- * Copyright (c) 2007-2010 Damien Bergamini @@ -639,7 +639,9 @@ iwn5000_attach(struct iwn_softc *sc, pci_product_id_t pid) break; case IWN_HW_REV_TYPE_6005: sc->limits = &iwn6000_sensitivity_limits; - if (pid == PCI_PRODUCT_INTEL_WL_6235_1) { + if (pid == PCI_PRODUCT_INTEL_WL_6030_1 || + pid == PCI_PRODUCT_INTEL_WL_6030_2 || + pid == PCI_PRODUCT_INTEL_WL_6235_1) { sc->fwname = "iwn-6030"; /* XXX: The 6235 generates a fatal firmware error when -- cgit v1.2.3