View | Details | Raw Unified | Return to bug 181694
Collapse All | Expand All

(-)if_iwn.c (+4 lines)
Lines 1030-1035 Link Here
1030
	/* Clear device-specific "PCI retry timeout" register (41h). */
1030
	/* Clear device-specific "PCI retry timeout" register (41h). */
1031
	pci_write_config(dev, 0x41, 0, 1);
1031
	pci_write_config(dev, 0x41, 0, 1);
1032
1032
1033
	/* Initialize the hardware */
1034
	if (sc->sc_ifp->if_flags & IFF_UP) {
1035
		iwn_init(sc);
1036
	}
1033
	ieee80211_resume_all(ic);
1037
	ieee80211_resume_all(ic);
1034
	return 0;
1038
	return 0;
1035
}
1039
}

Return to bug 181694