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

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

Change 151529 by sam@sam_ebb on 2008/10/18 23:21:46

	set the bssid in ahdemo mode too

Affected files ...

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

Differences ...

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

@@ -5686,6 +5686,7 @@
 	ni = vap->iv_bss;
 	rfilt = ath_calcrxfilter(sc);
 	stamode = (vap->iv_opmode == IEEE80211_M_STA ||
+		   vap->iv_opmode == IEEE80211_M_AHDEMO ||
 		   vap->iv_opmode == IEEE80211_M_IBSS);
 	if (stamode && nstate == IEEE80211_S_RUN) {
 		sc->sc_curaid = ni->ni_associd;



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