mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
lib80211: consolidate crypt init routines
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
274bfb8dc5
commit
2ba4b32ecf
5 changed files with 54 additions and 117 deletions
|
@ -114,6 +114,9 @@ struct lib80211_crypt_info {
|
|||
int crypt_quiesced;
|
||||
};
|
||||
|
||||
int lib80211_crypt_info_init(struct lib80211_crypt_info *info, char *name,
|
||||
spinlock_t *lock);
|
||||
void lib80211_crypt_info_free(struct lib80211_crypt_info *info);
|
||||
int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
|
||||
int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
|
||||
struct lib80211_crypto_ops *lib80211_get_crypto_ops(const char *name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue