Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2008 16:23:26 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139271 for review
Message-ID:  <200804031623.m33GNQdb085077@repoman.freebsd.org>

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

Change 139271 by thompsa@thompsa_burger on 2008/04/03 16:23:13

	Use function callbacks passed to us.

Affected files ...

.. //depot/projects/vap/sys/net80211/ieee80211.c#35 edit

Differences ...

==== //depot/projects/vap/sys/net80211/ieee80211.c#35 (text+ko) ====

@@ -955,7 +955,7 @@
 	 * the set of available modes.
 	 */
 	maxrate = ieee80211_media_setup(ic, &ic->ic_media, ic->ic_caps, 1,
-		ieee80211com_media_change, ieee80211com_media_status);
+		media_change, media_stat);
 	/* NB: strip explicit mode; we're actually in autoselect */
 	ifmedia_set(&ic->ic_media,
 		media_status(ic->ic_opmode, ic->ic_curchan) &~ IFM_MMASK);



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