diff options
Diffstat (limited to 'arch/powerpc/include/asm/socket.h')
| -rw-r--r-- | arch/powerpc/include/asm/socket.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/socket.h b/arch/powerpc/include/asm/socket.h index 866f7606da6..2fc2af8fbf5 100644 --- a/arch/powerpc/include/asm/socket.h +++ b/arch/powerpc/include/asm/socket.h @@ -69,4 +69,7 @@  #define SO_RXQ_OVFL             40 +#define SO_WIFI_STATUS		41 +#define SCM_WIFI_STATUS		SO_WIFI_STATUS +  #endif	/* _ASM_POWERPC_SOCKET_H */  |