Ticket #691 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

parse error in net80211/ieee80211_crypto_ccmp.c

Reported by: matled@gmx.net Assigned to:
Priority: major Milestone: version 0.9.1
Component: madwifi: driver Version: trunk
Keywords: Cc:
Patch is attached: 1 Pending:

Description

Index: net80211/ieee80211_crypto_ccmp.c
===================================================================
--- net80211/ieee80211_crypto_ccmp.c    (revision 1642)
+++ net80211/ieee80211_crypto_ccmp.c    (working copy)
@@ -136,7 +136,7 @@
                if (ctx->cc_tfm == NULL)
                        ctx->cc_tfm = crypto_alloc_tfm("aes", 0);
                
-               if (ctx->cc_tfm == NULL {                
+               if (ctx->cc_tfm == NULL) {
                        IEEE80211_DPRINTF(ctx->cc_vap, IEEE80211_MSG_CRYPTO,
                                "%s: Tried to add a software crypto key, but software crypto not available\n",
                                __func__);

Attachments

Change History

06/13/06 16:10:40 changed by mrenzmann

  • status changed from new to closed.
  • resolution set to fixed.

Oops... should have tested that commit first. Sorry, and thanks for the hint. Fixed in r1643.

06/19/06 09:38:29 changed by mrenzmann

  • milestone set to version 0.9.1.

Add/Change #691 (parse error in net80211/ieee80211_crypto_ccmp.c)