dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Jeff Garzik 2005-06-29 01:17:55 -04:00 committed by Linus Torvalds
parent a839688362
commit b9a05d1d51
1 changed files with 2 additions and 0 deletions

View File

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