Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2004 01:33:50 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 64990 for review
Message-ID:  <200411130133.iAD1XoKf052572@repoman.freebsd.org>

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

Change 64990 by sam@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)



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