diff options
| author | James Ketrenos <jketreno@linux.intel.com> | 2005-10-03 11:23:42 -0400 |
|---|---|---|
| committer | James Ketrenos <jketreno@linux.intel.com> | 2005-10-03 11:23:42 -0400 |
| commit | ff0037b259e8b47843176142131844bc80fd2887 (patch) | |
| tree | ee5c9522e4f009c546aa2ab8d384d1455729a86e /include/net | |
| parent | c1bda44a4aedf13251b2704e6e67afb4909195c8 (diff) | |
Lindent and trailing whitespace script executed ieee80211 subsystem
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
Diffstat (limited to 'include/net')
| -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 @@ | |||
| 26 | #include <linux/skbuff.h> | 26 | #include <linux/skbuff.h> |
| 27 | 27 | ||
| 28 | enum { | 28 | enum { |
| 29 | IEEE80211_CRYPTO_TKIP_COUNTERMEASURES = (1<<0), | 29 | IEEE80211_CRYPTO_TKIP_COUNTERMEASURES = (1 << 0), |
| 30 | }; | 30 | }; |
| 31 | 31 | ||
| 32 | struct ieee80211_crypto_ops { | 32 | struct ieee80211_crypto_ops { |
| @@ -65,8 +65,8 @@ struct ieee80211_crypto_ops { | |||
| 65 | char *(*print_stats) (char *p, void *priv); | 65 | char *(*print_stats) (char *p, void *priv); |
| 66 | 66 | ||
| 67 | /* Crypto specific flag get/set for configuration settings */ | 67 | /* Crypto specific flag get/set for configuration settings */ |
| 68 | unsigned long (*get_flags)(void *priv); | 68 | unsigned long (*get_flags) (void *priv); |
| 69 | unsigned long (*set_flags)(unsigned long flags, void *priv); | 69 | unsigned long (*set_flags) (unsigned long flags, void *priv); |
| 70 | 70 | ||
| 71 | /* maximum number of bytes added by encryption; encrypt buf is | 71 | /* maximum number of bytes added by encryption; encrypt buf is |
| 72 | * allocated with extra_prefix_len bytes, copy of in_buf, and | 72 | * allocated with extra_prefix_len bytes, copy of in_buf, and |
