diff options
author | John W. Linville <linville@tuxdriver.com> | 2008-11-11 16:00:06 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-11-21 11:08:17 -0500 |
commit | 2ba4b32ecf748d5f45f298fc9677fa46d1dd9aff (patch) | |
tree | ebdf68be060014d9f5c799cf1cb54462bc896140 /include/net/lib80211.h | |
parent | 274bfb8dc5ffa16cb073801bebe76ab7f4e2e73d (diff) |
lib80211: consolidate crypt init routines
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net/lib80211.h')
-rw-r--r-- | include/net/lib80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/lib80211.h b/include/net/lib80211.h index dd1079f98da4..a269b23d1125 100644 --- a/include/net/lib80211.h +++ b/include/net/lib80211.h | |||
@@ -114,6 +114,9 @@ struct lib80211_crypt_info { | |||
114 | int crypt_quiesced; | 114 | int crypt_quiesced; |
115 | }; | 115 | }; |
116 | 116 | ||
117 | int lib80211_crypt_info_init(struct lib80211_crypt_info *info, char *name, | ||
118 | spinlock_t *lock); | ||
119 | void lib80211_crypt_info_free(struct lib80211_crypt_info *info); | ||
117 | int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops); | 120 | int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops); |
118 | int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops); | 121 | int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops); |
119 | struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name); | 122 | struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name); |