svn commit: r186143 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Mon Dec 15 22:31:54 UTC 2008


Author: sam
Date: Mon Dec 15 22:31:54 2008
New Revision: 186143
URL: http://svn.freebsd.org/changeset/base/186143

Log:
  remove extraneous ';'

Modified:
  head/sys/net80211/ieee80211_crypto.h

Modified: head/sys/net80211/ieee80211_crypto.h
==============================================================================
--- head/sys/net80211/ieee80211_crypto.h	Mon Dec 15 21:54:23 2008	(r186142)
+++ head/sys/net80211/ieee80211_crypto.h	Mon Dec 15 22:31:54 2008	(r186143)
@@ -218,7 +218,7 @@ static __inline void
 ieee80211_crypto_resetkey(struct ieee80211vap *vap,
 	struct ieee80211_key *k, ieee80211_keyix ix)
 {
-	k->wk_cipher = &ieee80211_cipher_none;;
+	k->wk_cipher = &ieee80211_cipher_none;
 	k->wk_private = k->wk_cipher->ic_attach(vap, k);
 	k->wk_keyix = k->wk_rxkeyix = ix;
 	k->wk_flags = IEEE80211_KEY_XMIT | IEEE80211_KEY_RECV;


More information about the svn-src-all mailing list