Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2008 23:23:06 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 151530 for review
Message-ID:  <200810182323.m9INN6bp077140@repoman.freebsd.org>

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

Change 151530 by sam@sam_ebb on 2008/10/18 23:22:38

	don't make explicit call to ath_newassoc on reaching RUN state
	in sta mode (missed in previous commit)

Affected files ...

.. //depot/projects/vap/sys/dev/ath/if_ath.c#102 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/if_ath.c#102 (text+ko) ====

@@ -5757,10 +5757,6 @@
 			break;
 		case IEEE80211_M_STA:
 			/*
-			 * Fakeup since we're not called by net80211.
-			 */
-			ath_newassoc(ni, 1);
-			/*
 			 * Defer beacon timer configuration to the next
 			 * beacon frame so we have a current TSF to use
 			 * (any TSF collected when scanning is likely old).



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