aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/wireless.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/wireless.h')
-rw-r--r--include/linux/wireless.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/wireless.h b/include/linux/wireless.h
index dab5afdaf71c..a555a0f7a7b4 100644
--- a/include/linux/wireless.h
+++ b/include/linux/wireless.h
@@ -69,12 +69,9 @@
69 69
70/***************************** INCLUDES *****************************/ 70/***************************** INCLUDES *****************************/
71 71
72/* Do not put any header in this file, this creates a mess when 72#include <linux/types.h> /* for "caddr_t" et al */
73 * exported to user space. Most users have included all the 73#include <linux/socket.h> /* for "struct sockaddr" et al */
74 * relevant headers anyway... Jean II */ 74#include <linux/if.h> /* for IFNAMSIZ and co... */
75/*#include <linux/types.h>*/ /* for "caddr_t" et al */
76/*#include <linux/socket.h>*/ /* for "struct sockaddr" et al */
77/*#include <linux/if.h>*/ /* for IFNAMSIZ and co... */
78 75
79/***************************** VERSION *****************************/ 76/***************************** VERSION *****************************/
80/* 77/*