Loading include/linux/wireless.h +1 −6 Original line number Original line Diff line number Diff line Loading @@ -69,14 +69,9 @@ /***************************** INCLUDES *****************************/ /***************************** INCLUDES *****************************/ /* This header is used in user-space, therefore need to be sanitised #include <linux/types.h> /* for __u* and __s* typedefs */ * for that purpose. Those includes are usually not compatible with glibc. * To know which includes to use in user-space, check iwlib.h. */ #ifdef __KERNEL__ #include <linux/types.h> /* for "caddr_t" et al */ #include <linux/socket.h> /* for "struct sockaddr" et al */ #include <linux/socket.h> /* for "struct sockaddr" et al */ #include <linux/if.h> /* for IFNAMSIZ and co... */ #include <linux/if.h> /* for IFNAMSIZ and co... */ #endif /* __KERNEL__ */ /***************************** VERSION *****************************/ /***************************** VERSION *****************************/ /* /* Loading Loading
include/linux/wireless.h +1 −6 Original line number Original line Diff line number Diff line Loading @@ -69,14 +69,9 @@ /***************************** INCLUDES *****************************/ /***************************** INCLUDES *****************************/ /* This header is used in user-space, therefore need to be sanitised #include <linux/types.h> /* for __u* and __s* typedefs */ * for that purpose. Those includes are usually not compatible with glibc. * To know which includes to use in user-space, check iwlib.h. */ #ifdef __KERNEL__ #include <linux/types.h> /* for "caddr_t" et al */ #include <linux/socket.h> /* for "struct sockaddr" et al */ #include <linux/socket.h> /* for "struct sockaddr" et al */ #include <linux/if.h> /* for IFNAMSIZ and co... */ #include <linux/if.h> /* for IFNAMSIZ and co... */ #endif /* __KERNEL__ */ /***************************** VERSION *****************************/ /***************************** VERSION *****************************/ /* /* Loading