Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2005 22:46:19 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 76639 for review
Message-ID:  <200505062246.j46MkJb2003608@repoman.freebsd.org>

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

Change 76639 by sam@sam_ebb on 2005/05/06 22:46:01

	fixup default device names

Affected files ...

.. //depot/projects/vap/tools/tools/ath/80211debug.c#3 edit
.. //depot/projects/vap/tools/tools/ath/athstats.c#4 edit

Differences ...

==== //depot/projects/vap/tools/tools/ath/80211debug.c#3 (text+ko) ====

@@ -139,7 +139,7 @@
 int
 main(int argc, char *argv[])
 {
-	const char *ifname = "ath0";
+	const char *ifname = "wlan0";
 	const char *cp, *tp;
 	const char *sep;
 	int c, op, i;

==== //depot/projects/vap/tools/tools/ath/athstats.c#4 (text+ko) ====

@@ -248,7 +248,7 @@
 		strncpy(ifr.ifr_name, argv[2], sizeof (ifr.ifr_name));
 		argc -= 2, argv += 2;
 	} else
-		strncpy(ifr.ifr_name, "wlan0", sizeof (ifr.ifr_name));
+		strncpy(ifr.ifr_name, "ath0", sizeof (ifr.ifr_name));
 	if (argc > 1) {
 		u_long interval = strtoul(argv[1], NULL, 0);
 		int line, omask;



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