Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2008 23:31:29 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133370 for review
Message-ID:  <200801152331.m0FNVTBc099174@repoman.freebsd.org>

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

Change 133370 by sam@sam_ebb on 2008/01/15 23:30:50

	ieee80211com must be at the front of the softc for now so
	net80211 can locate it

Affected files ...

.. //depot/projects/vap/sys/dev/ral/rt2560var.h#4 edit
.. //depot/projects/vap/sys/dev/ral/rt2661var.h#4 edit

Differences ...

==== //depot/projects/vap/sys/dev/ral/rt2560var.h#4 (text) ====

@@ -107,8 +107,8 @@
 #define	RT2560_VAP(vap)		((struct rt2560_vap *)(vap))
 
 struct rt2560_softc {
+	struct ieee80211com	sc_ic;
 	struct ifnet		*sc_ifp;
-	struct ieee80211com	sc_ic;
 	device_t		sc_dev;
 	bus_space_tag_t		sc_st;
 	bus_space_handle_t	sc_sh;

==== //depot/projects/vap/sys/dev/ral/rt2661var.h#4 (text) ====

@@ -99,8 +99,8 @@
 #define	RT2661_VAP(vap)		((struct rt2661_vap *)(vap))
 
 struct rt2661_softc {
+	struct ieee80211com		sc_ic;
 	struct ifnet			*sc_ifp;
-	struct ieee80211com		sc_ic;
 	device_t			sc_dev;
 	bus_space_tag_t			sc_st;
 	bus_space_handle_t		sc_sh;



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