Anybody around with the (currently non-working) Intel WiFi Link 1030
wireless hardware that can test the following diff?  You'll need an
up-to-date firmware pckage and a bleeding edge -current tree.

Cheers,

Mark

Index: if_iwn.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/if_iwn.c,v
retrieving revision 1.116
diff -u -p -r1.116 if_iwn.c
--- if_iwn.c    14 Nov 2012 12:30:19 -0000      1.116
+++ if_iwn.c    14 Nov 2012 12:40:37 -0000
@@ -639,7 +639,9 @@ iwn5000_attach(struct iwn_softc *sc, pci
                break;
        case IWN_HW_REV_TYPE_6005:
                sc->limits = &iwn6000_sensitivity_limits;
-               if (pid == PCI_PRODUCT_INTEL_WL_6030_1 ||
+               if (pid == PCI_PRODUCT_INTEL_WL_1030_1 ||
+                   pid == PCI_PRODUCT_INTEL_WL_1030_2 ||
+                   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";

Reply via email to