Date: Sat, 13 Nov 2004 01:24:38 GMT From: Sam Leffler <sam@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 64989 for review Message-ID: <200411130124.iAD1OcEc052295@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=64989 Change 64989 by sam@sam_ebb on 2004/11/13 01:24:24 mark WPA capability; fix bogon curly brace Affected files ... .. //depot/projects/wifi/sys/dev/ath/if_ath.c#20 edit Differences ... ==== //depot/projects/wifi/sys/dev/ath/if_ath.c#20 (text+ko) ==== @@ -460,6 +460,7 @@ | IEEE80211_C_SHPREAMBLE /* short preamble supported */ | IEEE80211_C_SHSLOT /* short slot time supported */ | IEEE80211_C_TXPMGT /* transmit power control */ + | IEEE80211_C_WPA /* capable of WPA1+WPA2 */ ; /* * Query the hal to figure out h/w crypto support. @@ -1678,7 +1679,6 @@ else ath_setslottime(sc); } -} /* * Allocate and setup an initial beacon frame.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411130124.iAD1OcEc052295>