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

Rui Paulo rpaulo at FreeBSD.org
Thu Jun 11 12:09:15 UTC 2009


Author: rpaulo
Date: Thu Jun 11 12:09:13 2009
New Revision: 193992
URL: http://svn.freebsd.org/changeset/base/193992

Log:
  Update IEEE80211_C_BITS from ieee80211_var.h
  
  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	Thu Jun 11 12:06:37 2009	(r193991)
+++ projects/mesh11s/sbin/ifconfig/ifieee80211.c	Thu Jun 11 12:09:13 2009	(r193992)
@@ -3571,9 +3571,9 @@ list_keys(int s)
 }
 
 #define	IEEE80211_C_BITS \
-	"\20\1STA\7FF\10TURBOP\11IBSS\12PMGT" \
+	"\20\1STA\002803ENCAP\7FF\10TURBOP\11IBSS\12PMGT" \
 	"\13HOSTAP\14AHDEMO\15SWRETRY\16TXPMGT\17SHSLOT\20SHPREAMBLE" \
-	"\21MONITOR\22DFS\30WPA1\31WPA2\32BURST\33WME\34WDS\36BGSCAN" \
+	"\21MONITOR\22DFS\23MBSS\30WPA1\31WPA2\32BURST\33WME\34WDS\36BGSCAN" \
 	"\37TXFRAG\40TDMA"
 
 static void


More information about the svn-src-projects mailing list