PERFORCE change 138650 for review

Sam Leffler sam at FreeBSD.org
Wed Mar 26 19:25:07 UTC 2008


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

Change 138650 by sam at sam_ebb on 2008/03/26 19:24:51

	allow AUTH -> RUN state change for cards like wi that do BSS join
	in firmware

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211_sta.c#8 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211_sta.c#8 (text+ko) ====

@@ -353,6 +353,7 @@
 		switch (ostate) {
 		case IEEE80211_S_RUN:
 			break;
+		case IEEE80211_S_AUTH:		/* when join is done in fw */
 		case IEEE80211_S_ASSOC:
 #ifdef IEEE80211_DEBUG
 			if (ieee80211_msg_debug(vap)) {


More information about the p4-projects mailing list