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

(-)b/sys/contrib/dev/iwlwifi/iwl-drv.c (-1 / +2 lines)
Lines 1759-1765 struct iwl_drv *iwl_drv_start(struct iwl_trans *trans) Link Here
1759
	 * a vap before the com is fully created but if LinuxKPI "probe"
1759
	 * a vap before the com is fully created but if LinuxKPI "probe"
1760
	 * returned before it was all done that is what could happen.
1760
	 * returned before it was all done that is what could happen.
1761
	 */
1761
	 */
1762
	wait_for_completion(&drv->request_firmware_complete);
1762
	while(!completion_done(&drv->request_firmware_complete))
1763
		pause("wififw", 1);
1763
#endif
1764
#endif
1764
1765
1765
	return drv;
1766
	return drv;

Return to bug 267869