#691: parse error in net80211/ieee80211_crypto_ccmp.c
-----------------------------+----------------------------------------------
 Reporter:  [EMAIL PROTECTED]   |            Owner:       
     Type:  defect           |           Status:  new  
 Priority:  major            |        Milestone:       
Component:  madwifi: driver  |          Version:  trunk
 Keywords:                   |   Patch_attached:  1    
-----------------------------+----------------------------------------------
 {{{
 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__);
 }}}

-- 
Ticket URL: <http://madwifi.org/ticket/691>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to