Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2008 00:42:16 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135693 for review
Message-ID:  <200802190042.m1J0gGKT008557@repoman.freebsd.org>

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

Change 135693 by sam@sam_ebb on 2008/02/19 00:41:45

	track iv_reset api change

Affected files ...

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

Differences ...

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

@@ -109,7 +109,7 @@
 static void	ath_stop(struct ifnet *);
 static void	ath_start(struct ifnet *);
 static int	ath_reset(struct ifnet *);
-static int	ath_reset_vap(struct ieee80211vap *);
+static int	ath_reset_vap(struct ieee80211vap *, u_long);
 static int	ath_media_change(struct ifnet *);
 static void	ath_watchdog(struct ifnet *);
 static int	ath_ioctl(struct ifnet *, u_long, caddr_t);
@@ -1243,7 +1243,7 @@
 }
 
 static int
-ath_reset_vap(struct ieee80211vap *vap)
+ath_reset_vap(struct ieee80211vap *vap, u_long cmd)
 {
 	return ath_reset(vap->iv_ic->ic_ifp);
 }



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