summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_crypto.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-12-15 22:31:54 +0000
committersam <sam@FreeBSD.org>2008-12-15 22:31:54 +0000
commitbd66e2635ffb8e817258fc64b73afaed00771450 (patch)
tree7df57aa57ea7faf033cfffccbe3e77a0940b8af0 /sys/net80211/ieee80211_crypto.h
parentbf1638886719fa30e46bcf6ccd55f0e651d0bea9 (diff)
downloadFreeBSD-src-bd66e2635ffb8e817258fc64b73afaed00771450.zip
FreeBSD-src-bd66e2635ffb8e817258fc64b73afaed00771450.tar.gz
remove extraneous ';'
Diffstat (limited to 'sys/net80211/ieee80211_crypto.h')
-rw-r--r--sys/net80211/ieee80211_crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_crypto.h b/sys/net80211/ieee80211_crypto.h
index 63a9583..40a6b03 100644
--- a/sys/net80211/ieee80211_crypto.h
+++ b/sys/net80211/ieee80211_crypto.h
@@ -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;
OpenPOWER on IntegriCloud