Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2008 04:09:53 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 142357 for review
Message-ID:  <200805270409.m4R49raM032020@repoman.freebsd.org>

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

Change 142357 by sam@sam_ebb on 2008/05/27 04:09:15

	handle non-sta vaps better

Affected files ...

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

Differences ...

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

@@ -1063,7 +1063,7 @@
 	if (ic->ic_opmode == IEEE80211_M_STA)
 		ath_stop(ifp);
 	else
-		ieee80211_stop_all(ic);
+		ieee80211_suspend_all(ic);
 }
 
 /*
@@ -1108,7 +1108,7 @@
 			ath_init(sc);
 			ieee80211_beacon_miss(ic);
 		} else
-			ieee80211_start_all(ic);
+			ieee80211_resume_all(ic);
 	}
 	if (sc->sc_softled) {
 		ath_hal_gpioCfgOutput(ah, sc->sc_ledpin);



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