svn commit: r195475 - projects/mesh11s/sbin/ifconfig

Rui Paulo rpaulo at FreeBSD.org
Wed Jul 8 17:43:59 UTC 2009


Author: rpaulo
Date: Wed Jul  8 17:43:58 2009
New Revision: 195475
URL: http://svn.freebsd.org/changeset/base/195475

Log:
  Remove more hwmpttl stuff.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  projects/mesh11s/sbin/ifconfig/ifieee80211.c

Modified: projects/mesh11s/sbin/ifconfig/ifieee80211.c
==============================================================================
--- projects/mesh11s/sbin/ifconfig/ifieee80211.c	Wed Jul  8 17:20:53 2009	(r195474)
+++ projects/mesh11s/sbin/ifconfig/ifieee80211.c	Wed Jul  8 17:43:58 2009	(r195475)
@@ -5238,7 +5238,6 @@ static struct cmd ieee80211_cmds[] = {
 	DEF_CMD_ARG("meshrt:del",	set80211delmeshrt),
 	DEF_CMD_ARG("hwmprootmode",	set80211hwmprootmode),
 	DEF_CMD_ARG("hwmpmaxhops",	set80211hwmpmaxhops),
-	DEF_CMD_ARG("hwmptll",		set80211hwmpttl),
 
 	/* vap cloning support */
 	DEF_CLONE_CMD_ARG("wlanaddr",	set80211clone_wlanaddr),


More information about the svn-src-projects mailing list