diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-04 08:22:13 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-04 08:22:13 -0400 |
commit | 13d1ef29bc5125d7b77c5f6cdfde5ed31226005c (patch) | |
tree | fdab36f463a248d5be3bd46a5ad181f6d354ddde /include/net/ieee80211_crypt.h | |
parent | e2608361be343e6220e0a87e04ff224eb037df31 (diff) | |
parent | ff0037b259e8b47843176142131844bc80fd2887 (diff) |
Merge rsync://bughost.org/repos/ieee80211-delta/
Diffstat (limited to 'include/net/ieee80211_crypt.h')
-rw-r--r-- | include/net/ieee80211_crypt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ieee80211_crypt.h b/include/net/ieee80211_crypt.h index 0c9d859d912e..0a1c2d82ca4b 100644 --- a/include/net/ieee80211_crypt.h +++ b/include/net/ieee80211_crypt.h @@ -26,7 +26,7 @@ #include <linux/skbuff.h> enum { - IEEE80211_CRYPTO_TKIP_COUNTERMEASURES = (1<<0), + IEEE80211_CRYPTO_TKIP_COUNTERMEASURES = (1 << 0), }; struct ieee80211_crypto_ops { @@ -65,8 +65,8 @@ struct ieee80211_crypto_ops { char *(*print_stats) (char *p, void *priv); /* Crypto specific flag get/set for configuration settings */ - unsigned long (*get_flags)(void *priv); - unsigned long (*set_flags)(unsigned long flags, void *priv); + unsigned long (*get_flags) (void *priv); + unsigned long (*set_flags) (unsigned long flags, void *priv); /* maximum number of bytes added by encryption; encrypt buf is * allocated with extra_prefix_len bytes, copy of in_buf, and |