浏览代码

[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>
Jeff Garzik 20 年之前
父节点
当前提交
b9a05d1d51
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/net/ieee80211.h

+ 2 - 0
include/net/ieee80211.h

@@ -426,7 +426,9 @@ struct ieee80211_stats {
 
 
 struct ieee80211_device;
 struct ieee80211_device;
 
 
+#if 0 /* for later */
 #include "ieee80211_crypt.h"
 #include "ieee80211_crypt.h"
+#endif
 
 
 #define SEC_KEY_1         (1<<0)
 #define SEC_KEY_1         (1<<0)
 #define SEC_KEY_2         (1<<1)
 #define SEC_KEY_2         (1<<1)