Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2008 23:29:45 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 140232 for review
Message-ID:  <200804182329.m3INTjxh012074@repoman.freebsd.org>

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

Change 140232 by sam@sam_ebb on 2008/04/18 23:28:59

	make it build

Affected files ...

.. //depot/projects/vap/sys/dev/iwn/if_iwn.c#11 edit

Differences ...

==== //depot/projects/vap/sys/dev/iwn/if_iwn.c#11 (text+kox) ====

@@ -173,7 +173,9 @@
 void		iwn_stop_master(struct iwn_softc *);
 int		iwn_reset(struct iwn_softc *);
 void		iwn_hw_config(struct iwn_softc *);
+void		iwn_init_locked(struct iwn_softc *);
 void		iwn_init(void *);
+void		iwn_stop_locked(struct iwn_softc *);
 void		iwn_stop(struct iwn_softc *);
 static void 	iwn_scan_start(struct ieee80211com *);
 static void 	iwn_scan_end(struct ieee80211com *);
@@ -4113,7 +4115,6 @@
 iwn_init_locked(struct iwn_softc *sc)
 {
 	struct ifnet *ifp = sc->sc_ifp;
-	struct ieee80211com *ic = ifp->if_l2com;
 	uint32_t tmp;
 	int error, qid;
 
@@ -4243,7 +4244,7 @@
 		ieee80211_start_all(ic);
 }
 
-static void
+void
 iwn_stop_locked(struct iwn_softc *sc)
 {
 	struct ifnet *ifp = sc->sc_ifp;



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