commit | e3305626e0985faa8796f1f4e5a99c1f40bfa70e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 09 01:01:04 2005 -0500 |
committer | Jeff Garzik <jgarzik@pobox.com> | Wed Nov 09 01:01:04 2005 -0500 |
tree | 9c5d3b5b630f3a4db26b4193bb4e1da051b7ed3a | |
parent | c2a8fad43376b2567087358a9cc46844f742342e [diff] [blame] |
ieee80211: cleanup crypto list handling, other minor cleanups.
diff --git a/include/net/ieee80211_crypt.h b/include/net/ieee80211_crypt.h index 0a1c2d8..225fc751 100644 --- a/include/net/ieee80211_crypt.h +++ b/include/net/ieee80211_crypt.h
@@ -31,6 +31,7 @@ struct ieee80211_crypto_ops { const char *name; + struct list_head list; /* init new crypto context (e.g., allocate private data space, * select IV, etc.); returns NULL on failure or pointer to allocated