Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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>

authored by

Jeff Garzik and committed by
Linus Torvalds
b9a05d1d a8396883

+2
+2
include/net/ieee80211.h
··· 426 426 427 427 struct ieee80211_device; 428 428 429 + #if 0 /* for later */ 429 430 #include "ieee80211_crypt.h" 431 + #endif 430 432 431 433 #define SEC_KEY_1 (1<<0) 432 434 #define SEC_KEY_2 (1<<1)