[PATCH] ieee80211.h build fix

From: Jeff Garzik
Date: Wed Jun 29 2005 - 00:20:16 EST



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@xxxxxxxxx>


diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -426,7 +426,9 @@ struct ieee80211_stats {

struct ieee80211_device;

+#if 0 /* for later */
#include "ieee80211_crypt.h"
+#endif

#define SEC_KEY_1 (1<<0)
#define SEC_KEY_2 (1<<1)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/