Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jun 2007 04:57:23 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 120874 for review
Message-ID:  <200706040457.l544vNUw014446@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=120874

Change 120874 by thompsa@thompsa_heff on 2007/06/04 04:57:22

	Remove check for state > INIT before scanning, ieee80211_init will not
	put us into SCAN if IEEE80211_ROAMING_MANUAL is set.
	
	Fixes one failure of WPA.

Affected files ...

.. //depot/projects/wifi/sys/dev/iwi/if_iwi.c#40 edit

Differences ...

==== //depot/projects/wifi/sys/dev/iwi/if_iwi.c#40 (text+ko) ====

@@ -3537,9 +3537,6 @@
 		msleep(sc, &sc->sc_mtx, 0, "iwicmd", hz/10);
 	}
 
-	if (ic->ic_state == IEEE80211_S_INIT) 
-		goto done;
-
 	switch (cmd) {
 	case IWI_ASSOC:
 		iwi_auth_and_assoc(sc);



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