aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2005-11-09 01:01:04 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-11-09 01:01:04 -0500
commite3305626e0985faa8796f1f4e5a99c1f40bfa70e (patch)
tree9c5d3b5b630f3a4db26b4193bb4e1da051b7ed3a /include
parentc2a8fad43376b2567087358a9cc46844f742342e (diff)
ieee80211: cleanup crypto list handling, other minor cleanups.
Diffstat (limited to 'include')
-rw-r--r--include/net/ieee80211_crypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ieee80211_crypt.h b/include/net/ieee80211_crypt.h
index 0a1c2d82ca4b..225fc751d464 100644
--- a/include/net/ieee80211_crypt.h
+++ b/include/net/ieee80211_crypt.h
@@ -31,6 +31,7 @@ enum {
31 31
32struct ieee80211_crypto_ops { 32struct ieee80211_crypto_ops {
33 const char *name; 33 const char *name;
34 struct list_head list;
34 35
35 /* init new crypto context (e.g., allocate private data space, 36 /* init new crypto context (e.g., allocate private data space,
36 * select IV, etc.); returns NULL on failure or pointer to allocated 37 * select IV, etc.); returns NULL on failure or pointer to allocated