PERFORCE change 64989 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 12 17:24:40 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=64989

Change 64989 by sam at 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.


More information about the p4-projects mailing list