PERFORCE change 151530 for review

Sam Leffler sam at FreeBSD.org
Sat Oct 18 23:23:07 UTC 2008


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

Change 151530 by sam at 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).


More information about the p4-projects mailing list