PERFORCE change 135693 for review

Sam Leffler sam at FreeBSD.org
Tue Feb 19 00:42:17 UTC 2008


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

Change 135693 by sam at 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);
 }


More information about the p4-projects mailing list