Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2017 07:09:10 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r313430 - head/sys/dev/iwm
Message-ID:  <201702080709.v1879A8j018462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Wed Feb  8 07:09:10 2017
New Revision: 313430
URL: https://svnweb.freebsd.org/changeset/base/313430

Log:
  [iwm] Remove 1s delay after fw loading. Can't reproduce issues on AC8260.
  
  The 1s delay was added in the update to version 16 fw, where Family 8000
  support was added.
  
  Obtained from:	DragonflyBSD commit bb480ca679a7ea530bdca6e41082d5755e9751dc

Modified:
  head/sys/dev/iwm/if_iwm.c

Modified: head/sys/dev/iwm/if_iwm.c
==============================================================================
--- head/sys/dev/iwm/if_iwm.c	Wed Feb  8 07:08:13 2017	(r313429)
+++ head/sys/dev/iwm/if_iwm.c	Wed Feb  8 07:09:10 2017	(r313430)
@@ -2678,12 +2678,6 @@ iwm_load_firmware(struct iwm_softc *sc, 
 		}
 	}
 
-	/*
-	 * Give the firmware some time to initialize.
-	 * Accessing it too early causes errors.
-	 */
-	msleep(&w, &sc->sc_mtx, 0, "iwmfwinit", hz);
-
 	return error;
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702080709.v1879A8j018462>