PERFORCE change 140232 for review

Sam Leffler sam at FreeBSD.org
Fri Apr 18 23:29:46 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=140232

Change 140232 by sam at 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;


More information about the p4-projects mailing list