Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224302
b: refs/heads/master
c: ffa56e5
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and John W. Linville committed Nov 15, 2010
1 parent 5f72ff8 commit c6fdced
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 723fc7af5300dba9eac40cb23dbefa67589e5181
refs/heads/master: ffa56e540c3949c4560dcce45eca247819e183c1
3 changes: 1 addition & 2 deletions trunk/net/mac80211/aes_ccm.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,5 @@ struct crypto_cipher *ieee80211_aes_key_setup_encrypt(const u8 key[])

void ieee80211_aes_key_free(struct crypto_cipher *tfm)
{
if (tfm)
crypto_free_cipher(tfm);
crypto_free_cipher(tfm);
}
3 changes: 1 addition & 2 deletions trunk/net/mac80211/aes_cmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,5 @@ struct crypto_cipher * ieee80211_aes_cmac_key_setup(const u8 key[])

void ieee80211_aes_cmac_key_free(struct crypto_cipher *tfm)
{
if (tfm)
crypto_free_cipher(tfm);
crypto_free_cipher(tfm);
}

0 comments on commit c6fdced

Please sign in to comment.