NetBSD-Bugs archive

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

Re: kern/49663: iwm(4) error with PCI_PRODUCT_INTEL_WIFI_LINK_7260_1



Please try the attached patch.
Index: sys/dev/pci/if_iwm.c
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/if_iwm.c,v
retrieving revision 1.9
diff -u -r1.9 if_iwm.c
--- sys/dev/pci/if_iwm.c	17 Feb 2015 09:18:45 -0000	1.9
+++ sys/dev/pci/if_iwm.c	18 Feb 2015 01:46:49 -0000
@@ -1389,7 +1389,7 @@
 	int rv = 0;
 	int t = 0;
 
-	if (!iwm_set_hw_ready(sc))
+	if (iwm_set_hw_ready(sc))
 		goto out;
 
 	/* If HW is not ready, prepare the conditions to check again */


Home | Main Index | Thread Index | Old Index