Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186604
b: refs/heads/master
c: 27b93f8
h: refs/heads/master
v: v3
  • Loading branch information
Simon Horman authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent b4c249f commit 1c1afbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 9bfafe825d0af5f4cbb2aaaecad0cf9a459cf6b1
refs/heads/master: 27b93f80e47a49a0584a4c8fb58bc44f9e026256
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/ieee80211/ieee80211_crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ int __init ieee80211_crypto_init(void)
}


void __exit ieee80211_crypto_deinit(void)
void ieee80211_crypto_deinit(void)
{
struct list_head *ptr, *n;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ int __init ieee80211_crypto_ccmp_init(void)
}


void __exit ieee80211_crypto_ccmp_exit(void)
void ieee80211_crypto_ccmp_exit(void)
{
ieee80211_unregister_crypto_ops(&ieee80211_crypt_ccmp);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ int __init ieee80211_crypto_tkip_init(void)
}


void __exit ieee80211_crypto_tkip_exit(void)
void ieee80211_crypto_tkip_exit(void)
{
ieee80211_unregister_crypto_ops(&ieee80211_crypt_tkip);
}
Expand Down

0 comments on commit 1c1afbf

Please sign in to comment.