projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a839688
)
[PATCH] ieee80211.h build fix
author
Jeff Garzik
<jgarzik@pobox.com>
Wed, 29 Jun 2005 05:17:55 +0000
(
01:17
-0400)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Wed, 29 Jun 2005 05:45:32 +0000
(22:45 -0700)
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>
include/net/ieee80211.h
patch
|
blob
|
history
diff --git
a/include/net/ieee80211.h
b/include/net/ieee80211.h
index 151c4f203559cfb1269c69498764af5efa70243c..db09580ad14b8031ee17cce1e38272453817b877 100644
(file)
--- 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)