diff options
Diffstat (limited to 'arch/mips/include/asm/socket.h')
-rw-r--r-- | arch/mips/include/asm/socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/socket.h b/arch/mips/include/asm/socket.h index 52104872e9e3..a2ed6fdad4e0 100644 --- a/arch/mips/include/asm/socket.h +++ b/arch/mips/include/asm/socket.h | |||
@@ -86,6 +86,9 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ | |||
86 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | 86 | #define SCM_WIFI_STATUS SO_WIFI_STATUS |
87 | #define SO_PEEK_OFF 42 | 87 | #define SO_PEEK_OFF 42 |
88 | 88 | ||
89 | /* Instruct lower device to use last 4-bytes of skb data as FCS */ | ||
90 | #define SO_NOFCS 43 | ||
91 | |||
89 | #ifdef __KERNEL__ | 92 | #ifdef __KERNEL__ |
90 | 93 | ||
91 | /** sock_type - Socket types | 94 | /** sock_type - Socket types |