diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-06-29 01:17:55 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-29 01:45:32 -0400 |
commit | b9a05d1d51e27681e8a1162d8f11c1820915e921 (patch) | |
tree | dd04a44bcd558d807e3c9ed224bf8e33ecb49778 | |
parent | a839688362e32f01608838516036697e30618b39 (diff) |
[PATCH] ieee80211.h build fix
This crept in with the resync-to-mainline. Nothing uses 802.11-crypt in
mainline, so we can safely comment it out for now.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | include/net/ieee80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 151c4f203559..db09580ad14b 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -426,7 +426,9 @@ struct ieee80211_stats { | |||
426 | 426 | ||
427 | struct ieee80211_device; | 427 | struct ieee80211_device; |
428 | 428 | ||
429 | #if 0 /* for later */ | ||
429 | #include "ieee80211_crypt.h" | 430 | #include "ieee80211_crypt.h" |
431 | #endif | ||
430 | 432 | ||
431 | #define SEC_KEY_1 (1<<0) | 433 | #define SEC_KEY_1 (1<<0) |
432 | #define SEC_KEY_2 (1<<1) | 434 | #define SEC_KEY_2 (1<<1) |