Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2008 19:25:06 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138650 for review
Message-ID:  <200803261925.m2QJP6cb078971@repoman.freebsd.org>

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

Change 138650 by sam@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)) {



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