From: Jeff Garzik Date: Wed, 29 Jun 2005 05:17:55 +0000 (-0400) Subject: [PATCH] ieee80211.h build fix X-Git-Tag: v2.6.13-rc1~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a05d1d51e27681e8a1162d8f11c1820915e921;p=linux-2.6 [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 Signed-off-by: Linus Torvalds --- diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 151c4f2035..db09580ad1 100644 --- 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)