PERFORCE change 64990 for review
    Sam Leffler 
    sam at FreeBSD.org
       
    Fri Nov 12 17:33:52 PST 2004
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=64990
Change 64990 by sam at sam_ebb on 2004/11/13 01:33:13
	gah, get the bit number correct
Affected files ...
.. //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#11 edit
Differences ...
==== //depot/projects/wifi/sbin/ifconfig/ifieee80211.c#11 (text+ko) ====
@@ -857,8 +857,8 @@
 }
 
 #define	IEEE80211_C_BITS \
-"\020\1WEP\2TKIP\3AES\4AES_CCM\6CKIP\7IBSS\12PMGT\13HOSTAP\14AHDEMO\15SWRETRY" \
-"\16TXPMGT\17SHSLOT\20SHPREAMBLE\21MONITOR\22TKIPMIC\30WPA1\31WPA2"
+"\020\1WEP\2TKIP\3AES\4AES_CCM\6CKIP\11IBSS\12PMGT\13HOSTAP\14AHDEMO" \
+"\15SWRETRY\16TXPMGT\17SHSLOT\20SHPREAMBLE\21MONITOR\22TKIPMIC\30WPA1\31WPA2"
 
 static void
 list_capabilities(int s)
    
    
More information about the p4-projects
mailing list