PERFORCE change 120874 for review

Andrew Thompson thompsa at FreeBSD.org
Mon Jun 4 04:57:24 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=120874

Change 120874 by thompsa at 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);


More information about the p4-projects mailing list