svn commit: r195610 - projects/mesh11s/tools/tools/net80211/wlanstats

Sam Leffler sam at FreeBSD.org
Sat Jul 11 05:47:04 UTC 2009


Author: sam
Date: Sat Jul 11 05:47:03 2009
New Revision: 195610
URL: http://svn.freebsd.org/changeset/base/195610

Log:
  shorten description

Modified:
  projects/mesh11s/tools/tools/net80211/wlanstats/wlanstats.c

Modified: projects/mesh11s/tools/tools/net80211/wlanstats/wlanstats.c
==============================================================================
--- projects/mesh11s/tools/tools/net80211/wlanstats/wlanstats.c	Sat Jul 11 05:35:08 2009	(r195609)
+++ projects/mesh11s/tools/tools/net80211/wlanstats/wlanstats.c	Sat Jul 11 05:47:03 2009	(r195610)
@@ -337,7 +337,7 @@ static const struct fmt wlanstats[] = {
 #define	S_MESH_FWD_NOPATH	AFTER(S_MESH_FWD_DISABLED)
 	{ 4,  "mesh_fwd_nopath",	"mesh_fwd_nopath",	"frame not forwarded because no path found to destination" },
 #define	S_HWMP_WRONGSEQ		AFTER(S_MESH_FWD_NOPATH)
-	{ 4,  "hwmp_wrongseq",	"hwmp_wrongseq",	"frame discarded because of mesh sequence number is invalid (e.g. duplicate)" },
+	{ 4,  "hwmp_wrongseq",	"hwmp_wrongseq",	"frame discarded because mesh sequence number is invalid" },
 #define	S_HWMP_ROOTREQS		AFTER(S_HWMP_WRONGSEQ)
 	{ 4,  "hwmp_rootreqs",	"hwmp_rootreqs",	"root PREQ frames sent" },
 #define	S_HWMP_ROOTANN		AFTER(S_HWMP_ROOTREQS)


More information about the svn-src-projects mailing list