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 9de5190f2487..ad5c0a7a02a7 100644 --- a/arch/mips/include/asm/socket.h +++ b/arch/mips/include/asm/socket.h | |||
@@ -82,6 +82,9 @@ To add: #define SO_REUSEPORT 0x0200 /* Allow local address and port reuse. */ | |||
82 | 82 | ||
83 | #define SO_RXQ_OVFL 40 | 83 | #define SO_RXQ_OVFL 40 |
84 | 84 | ||
85 | #define SO_WIFI_STATUS 41 | ||
86 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
87 | |||
85 | #ifdef __KERNEL__ | 88 | #ifdef __KERNEL__ |
86 | 89 | ||
87 | /** sock_type - Socket types | 90 | /** sock_type - Socket types |