diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-06 20:22:09 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-01-06 20:22:09 -0500 |
commit | 9753dfe19a85e7e45a34a56f4cb2048bb4f50e27 (patch) | |
tree | c017a1b4a70b8447c71b01d8b320e071546b5c9d /arch | |
parent | edf7c8148ec40c0fd27c0ef3f688defcc65e3913 (diff) | |
parent | 9f42f126154786e6e76df513004800c8c633f020 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next: (1958 commits)
net: pack skb_shared_info more efficiently
net_sched: red: split red_parms into parms and vars
net_sched: sfq: extend limits
cnic: Improve error recovery on bnx2x devices
cnic: Re-init dev->stats_addr after chip reset
net_sched: Bug in netem reordering
bna: fix sparse warnings/errors
bna: make ethtool_ops and strings const
xgmac: cleanups
net: make ethtool_ops const
vmxnet3" make ethtool ops const
xen-netback: make ops structs const
virtio_net: Pass gfp flags when allocating rx buffers.
ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call
netdev: FCoE: Add new ndo_get_fcoe_hbainfo() call
igb: reset PHY after recovering from PHY power down
igb: add basic runtime PM support
igb: Add support for byte queue limits.
e1000: cleanup CE4100 MDIO registers access
e1000: unmap ce4100_gbe_mdio_base_virt in e1000_remove
...
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/arm/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/avr32/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/cris/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/frv/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/h8300/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/ia64/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/m32r/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/m68k/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/mips/include/asm/ip32/mace.h | 2 | ||||
-rw-r--r-- | arch/mips/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/mn10300/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/parisc/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/tqm8548-bigflash.dts | 19 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/tqm8548.dts | 19 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/tqm8xx.dts | 25 | ||||
-rw-r--r-- | arch/powerpc/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/s390/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/sparc/include/asm/socket.h | 3 | ||||
-rw-r--r-- | arch/xtensa/include/asm/socket.h | 3 |
20 files changed, 102 insertions, 11 deletions
diff --git a/arch/alpha/include/asm/socket.h b/arch/alpha/include/asm/socket.h index 06edfefc3373..082355f159e6 100644 --- a/arch/alpha/include/asm/socket.h +++ b/arch/alpha/include/asm/socket.h | |||
@@ -69,6 +69,9 @@ | |||
69 | 69 | ||
70 | #define SO_RXQ_OVFL 40 | 70 | #define SO_RXQ_OVFL 40 |
71 | 71 | ||
72 | #define SO_WIFI_STATUS 41 | ||
73 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
74 | |||
72 | /* O_NONBLOCK clashes with the bits used for socket types. Therefore we | 75 | /* O_NONBLOCK clashes with the bits used for socket types. Therefore we |
73 | * have to define SOCK_NONBLOCK to a different value here. | 76 | * have to define SOCK_NONBLOCK to a different value here. |
74 | */ | 77 | */ |
diff --git a/arch/arm/include/asm/socket.h b/arch/arm/include/asm/socket.h index 90ffd04b8e74..dec6f9afb3cf 100644 --- a/arch/arm/include/asm/socket.h +++ b/arch/arm/include/asm/socket.h | |||
@@ -62,4 +62,7 @@ | |||
62 | 62 | ||
63 | #define SO_RXQ_OVFL 40 | 63 | #define SO_RXQ_OVFL 40 |
64 | 64 | ||
65 | #define SO_WIFI_STATUS 41 | ||
66 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
67 | |||
65 | #endif /* _ASM_SOCKET_H */ | 68 | #endif /* _ASM_SOCKET_H */ |
diff --git a/arch/avr32/include/asm/socket.h b/arch/avr32/include/asm/socket.h index c8d1fae49476..247b88c760be 100644 --- a/arch/avr32/include/asm/socket.h +++ b/arch/avr32/include/asm/socket.h | |||
@@ -62,4 +62,7 @@ | |||
62 | 62 | ||
63 | #define SO_RXQ_OVFL 40 | 63 | #define SO_RXQ_OVFL 40 |
64 | 64 | ||
65 | #define SO_WIFI_STATUS 41 | ||
66 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
67 | |||
65 | #endif /* __ASM_AVR32_SOCKET_H */ | 68 | #endif /* __ASM_AVR32_SOCKET_H */ |
diff --git a/arch/cris/include/asm/socket.h b/arch/cris/include/asm/socket.h index 1a4a61909ca8..e269264df7c4 100644 --- a/arch/cris/include/asm/socket.h +++ b/arch/cris/include/asm/socket.h | |||
@@ -64,6 +64,9 @@ | |||
64 | 64 | ||
65 | #define SO_RXQ_OVFL 40 | 65 | #define SO_RXQ_OVFL 40 |
66 | 66 | ||
67 | #define SO_WIFI_STATUS 41 | ||
68 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
69 | |||
67 | #endif /* _ASM_SOCKET_H */ | 70 | #endif /* _ASM_SOCKET_H */ |
68 | 71 | ||
69 | 72 | ||
diff --git a/arch/frv/include/asm/socket.h b/arch/frv/include/asm/socket.h index a6b26880c1ec..ce80fdadcce5 100644 --- a/arch/frv/include/asm/socket.h +++ b/arch/frv/include/asm/socket.h | |||
@@ -62,5 +62,8 @@ | |||
62 | 62 | ||
63 | #define SO_RXQ_OVFL 40 | 63 | #define SO_RXQ_OVFL 40 |
64 | 64 | ||
65 | #define SO_WIFI_STATUS 41 | ||
66 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
67 | |||
65 | #endif /* _ASM_SOCKET_H */ | 68 | #endif /* _ASM_SOCKET_H */ |
66 | 69 | ||
diff --git a/arch/h8300/include/asm/socket.h b/arch/h8300/include/asm/socket.h index 04c0f4596eb5..cf1daab6f27e 100644 --- a/arch/h8300/include/asm/socket.h +++ b/arch/h8300/include/asm/socket.h | |||
@@ -62,4 +62,7 @@ | |||
62 | 62 | ||
63 | #define SO_RXQ_OVFL 40 | 63 | #define SO_RXQ_OVFL 40 |
64 | 64 | ||
65 | #define SO_WIFI_STATUS 41 | ||
66 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
67 | |||
65 | #endif /* _ASM_SOCKET_H */ | 68 | #endif /* _ASM_SOCKET_H */ |
diff --git a/arch/ia64/include/asm/socket.h b/arch/ia64/include/asm/socket.h index 51427eaa51ba..4b03664e3fb5 100644 --- a/arch/ia64/include/asm/socket.h +++ b/arch/ia64/include/asm/socket.h | |||
@@ -71,4 +71,7 @@ | |||
71 | 71 | ||
72 | #define SO_RXQ_OVFL 40 | 72 | #define SO_RXQ_OVFL 40 |
73 | 73 | ||
74 | #define SO_WIFI_STATUS 41 | ||
75 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
76 | |||
74 | #endif /* _ASM_IA64_SOCKET_H */ | 77 | #endif /* _ASM_IA64_SOCKET_H */ |
diff --git a/arch/m32r/include/asm/socket.h b/arch/m32r/include/asm/socket.h index 469787c30098..e8b8c5bb053c 100644 --- a/arch/m32r/include/asm/socket.h +++ b/arch/m32r/include/asm/socket.h | |||
@@ -62,4 +62,7 @@ | |||
62 | 62 | ||
63 | #define SO_RXQ_OVFL 40 | 63 | #define SO_RXQ_OVFL 40 |
64 | 64 | ||
65 | #define SO_WIFI_STATUS 41 | ||
66 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
67 | |||
65 | #endif /* _ASM_M32R_SOCKET_H */ | 68 | #endif /* _ASM_M32R_SOCKET_H */ |
diff --git a/arch/m68k/include/asm/socket.h b/arch/m68k/include/asm/socket.h index 9bf49c87d954..d4708ce466e0 100644 --- a/arch/m68k/include/asm/socket.h +++ b/arch/m68k/include/asm/socket.h | |||
@@ -62,4 +62,7 @@ | |||
62 | 62 | ||
63 | #define SO_RXQ_OVFL 40 | 63 | #define SO_RXQ_OVFL 40 |
64 | 64 | ||
65 | #define SO_WIFI_STATUS 41 | ||
66 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
67 | |||
65 | #endif /* _ASM_SOCKET_H */ | 68 | #endif /* _ASM_SOCKET_H */ |
diff --git a/arch/mips/include/asm/ip32/mace.h b/arch/mips/include/asm/ip32/mace.h index d08d7c672139..c523123df380 100644 --- a/arch/mips/include/asm/ip32/mace.h +++ b/arch/mips/include/asm/ip32/mace.h | |||
@@ -95,7 +95,7 @@ struct mace_video { | |||
95 | * Ethernet interface | 95 | * Ethernet interface |
96 | */ | 96 | */ |
97 | struct mace_ethernet { | 97 | struct mace_ethernet { |
98 | volatile unsigned long mac_ctrl; | 98 | volatile u64 mac_ctrl; |
99 | volatile unsigned long int_stat; | 99 | volatile unsigned long int_stat; |
100 | volatile unsigned long dma_ctrl; | 100 | volatile unsigned long dma_ctrl; |
101 | volatile unsigned long timer; | 101 | volatile unsigned long timer; |
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 |
diff --git a/arch/mn10300/include/asm/socket.h b/arch/mn10300/include/asm/socket.h index 4e60c4281288..876356d78522 100644 --- a/arch/mn10300/include/asm/socket.h +++ b/arch/mn10300/include/asm/socket.h | |||
@@ -62,4 +62,7 @@ | |||
62 | 62 | ||
63 | #define SO_RXQ_OVFL 40 | 63 | #define SO_RXQ_OVFL 40 |
64 | 64 | ||
65 | #define SO_WIFI_STATUS 41 | ||
66 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
67 | |||
65 | #endif /* _ASM_SOCKET_H */ | 68 | #endif /* _ASM_SOCKET_H */ |
diff --git a/arch/parisc/include/asm/socket.h b/arch/parisc/include/asm/socket.h index 225b7d6a1a0a..d28c51b61067 100644 --- a/arch/parisc/include/asm/socket.h +++ b/arch/parisc/include/asm/socket.h | |||
@@ -61,6 +61,9 @@ | |||
61 | 61 | ||
62 | #define SO_RXQ_OVFL 0x4021 | 62 | #define SO_RXQ_OVFL 0x4021 |
63 | 63 | ||
64 | #define SO_WIFI_STATUS 0x4022 | ||
65 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
66 | |||
64 | /* O_NONBLOCK clashes with the bits used for socket types. Therefore we | 67 | /* O_NONBLOCK clashes with the bits used for socket types. Therefore we |
65 | * have to define SOCK_NONBLOCK to a different value here. | 68 | * have to define SOCK_NONBLOCK to a different value here. |
66 | */ | 69 | */ |
diff --git a/arch/powerpc/boot/dts/tqm8548-bigflash.dts b/arch/powerpc/boot/dts/tqm8548-bigflash.dts index 9452c3c05114..d918752b1200 100644 --- a/arch/powerpc/boot/dts/tqm8548-bigflash.dts +++ b/arch/powerpc/boot/dts/tqm8548-bigflash.dts | |||
@@ -352,7 +352,7 @@ | |||
352 | ranges = < | 352 | ranges = < |
353 | 0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1 | 353 | 0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1 |
354 | 1 0x0 0xf8000000 0x08000000 // NOR FLASH bank 0 | 354 | 1 0x0 0xf8000000 0x08000000 // NOR FLASH bank 0 |
355 | 2 0x0 0xa3000000 0x00008000 // CAN (2 x i82527) | 355 | 2 0x0 0xa3000000 0x00008000 // CAN (2 x CC770) |
356 | 3 0x0 0xa3010000 0x00008000 // NAND FLASH | 356 | 3 0x0 0xa3010000 0x00008000 // NAND FLASH |
357 | 357 | ||
358 | >; | 358 | >; |
@@ -393,18 +393,27 @@ | |||
393 | }; | 393 | }; |
394 | 394 | ||
395 | /* Note: CAN support needs be enabled in U-Boot */ | 395 | /* Note: CAN support needs be enabled in U-Boot */ |
396 | can0@2,0 { | 396 | can@2,0 { |
397 | compatible = "intel,82527"; // Bosch CC770 | 397 | compatible = "bosch,cc770"; // Bosch CC770 |
398 | reg = <2 0x0 0x100>; | 398 | reg = <2 0x0 0x100>; |
399 | interrupts = <4 1>; | 399 | interrupts = <4 1>; |
400 | interrupt-parent = <&mpic>; | 400 | interrupt-parent = <&mpic>; |
401 | bosch,external-clock-frequency = <16000000>; | ||
402 | bosch,disconnect-rx1-input; | ||
403 | bosch,disconnect-tx1-output; | ||
404 | bosch,iso-low-speed-mux; | ||
405 | bosch,clock-out-frequency = <16000000>; | ||
401 | }; | 406 | }; |
402 | 407 | ||
403 | can1@2,100 { | 408 | can@2,100 { |
404 | compatible = "intel,82527"; // Bosch CC770 | 409 | compatible = "bosch,cc770"; // Bosch CC770 |
405 | reg = <2 0x100 0x100>; | 410 | reg = <2 0x100 0x100>; |
406 | interrupts = <4 1>; | 411 | interrupts = <4 1>; |
407 | interrupt-parent = <&mpic>; | 412 | interrupt-parent = <&mpic>; |
413 | bosch,external-clock-frequency = <16000000>; | ||
414 | bosch,disconnect-rx1-input; | ||
415 | bosch,disconnect-tx1-output; | ||
416 | bosch,iso-low-speed-mux; | ||
408 | }; | 417 | }; |
409 | 418 | ||
410 | /* Note: NAND support needs to be enabled in U-Boot */ | 419 | /* Note: NAND support needs to be enabled in U-Boot */ |
diff --git a/arch/powerpc/boot/dts/tqm8548.dts b/arch/powerpc/boot/dts/tqm8548.dts index 619776f72c90..988d887c97fc 100644 --- a/arch/powerpc/boot/dts/tqm8548.dts +++ b/arch/powerpc/boot/dts/tqm8548.dts | |||
@@ -352,7 +352,7 @@ | |||
352 | ranges = < | 352 | ranges = < |
353 | 0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1 | 353 | 0 0x0 0xfc000000 0x04000000 // NOR FLASH bank 1 |
354 | 1 0x0 0xf8000000 0x08000000 // NOR FLASH bank 0 | 354 | 1 0x0 0xf8000000 0x08000000 // NOR FLASH bank 0 |
355 | 2 0x0 0xe3000000 0x00008000 // CAN (2 x i82527) | 355 | 2 0x0 0xe3000000 0x00008000 // CAN (2 x CC770) |
356 | 3 0x0 0xe3010000 0x00008000 // NAND FLASH | 356 | 3 0x0 0xe3010000 0x00008000 // NAND FLASH |
357 | 357 | ||
358 | >; | 358 | >; |
@@ -393,18 +393,27 @@ | |||
393 | }; | 393 | }; |
394 | 394 | ||
395 | /* Note: CAN support needs be enabled in U-Boot */ | 395 | /* Note: CAN support needs be enabled in U-Boot */ |
396 | can0@2,0 { | 396 | can@2,0 { |
397 | compatible = "intel,82527"; // Bosch CC770 | 397 | compatible = "bosch,cc770"; // Bosch CC770 |
398 | reg = <2 0x0 0x100>; | 398 | reg = <2 0x0 0x100>; |
399 | interrupts = <4 1>; | 399 | interrupts = <4 1>; |
400 | interrupt-parent = <&mpic>; | 400 | interrupt-parent = <&mpic>; |
401 | bosch,external-clock-frequency = <16000000>; | ||
402 | bosch,disconnect-rx1-input; | ||
403 | bosch,disconnect-tx1-output; | ||
404 | bosch,iso-low-speed-mux; | ||
405 | bosch,clock-out-frequency = <16000000>; | ||
401 | }; | 406 | }; |
402 | 407 | ||
403 | can1@2,100 { | 408 | can@2,100 { |
404 | compatible = "intel,82527"; // Bosch CC770 | 409 | compatible = "bosch,cc770"; // Bosch CC770 |
405 | reg = <2 0x100 0x100>; | 410 | reg = <2 0x100 0x100>; |
406 | interrupts = <4 1>; | 411 | interrupts = <4 1>; |
407 | interrupt-parent = <&mpic>; | 412 | interrupt-parent = <&mpic>; |
413 | bosch,external-clock-frequency = <16000000>; | ||
414 | bosch,disconnect-rx1-input; | ||
415 | bosch,disconnect-tx1-output; | ||
416 | bosch,iso-low-speed-mux; | ||
408 | }; | 417 | }; |
409 | 418 | ||
410 | /* Note: NAND support needs to be enabled in U-Boot */ | 419 | /* Note: NAND support needs to be enabled in U-Boot */ |
diff --git a/arch/powerpc/boot/dts/tqm8xx.dts b/arch/powerpc/boot/dts/tqm8xx.dts index f6da7ec49a8e..c3dba2518d8c 100644 --- a/arch/powerpc/boot/dts/tqm8xx.dts +++ b/arch/powerpc/boot/dts/tqm8xx.dts | |||
@@ -57,6 +57,7 @@ | |||
57 | 57 | ||
58 | ranges = < | 58 | ranges = < |
59 | 0x0 0x0 0x40000000 0x800000 | 59 | 0x0 0x0 0x40000000 0x800000 |
60 | 0x3 0x0 0xc0000000 0x200 | ||
60 | >; | 61 | >; |
61 | 62 | ||
62 | flash@0,0 { | 63 | flash@0,0 { |
@@ -67,6 +68,30 @@ | |||
67 | bank-width = <4>; | 68 | bank-width = <4>; |
68 | device-width = <2>; | 69 | device-width = <2>; |
69 | }; | 70 | }; |
71 | |||
72 | /* Note: CAN support needs be enabled in U-Boot */ | ||
73 | can@3,0 { | ||
74 | compatible = "intc,82527"; | ||
75 | reg = <3 0x0 0x80>; | ||
76 | interrupts = <8 1>; | ||
77 | interrupt-parent = <&PIC>; | ||
78 | bosch,external-clock-frequency = <16000000>; | ||
79 | bosch,disconnect-rx1-input; | ||
80 | bosch,disconnect-tx1-output; | ||
81 | bosch,iso-low-speed-mux; | ||
82 | bosch,clock-out-frequency = <16000000>; | ||
83 | }; | ||
84 | |||
85 | can@3,100 { | ||
86 | compatible = "intc,82527"; | ||
87 | reg = <3 0x100 0x80>; | ||
88 | interrupts = <8 1>; | ||
89 | interrupt-parent = <&PIC>; | ||
90 | bosch,external-clock-frequency = <16000000>; | ||
91 | bosch,disconnect-rx1-input; | ||
92 | bosch,disconnect-tx1-output; | ||
93 | bosch,iso-low-speed-mux; | ||
94 | }; | ||
70 | }; | 95 | }; |
71 | 96 | ||
72 | soc@fff00000 { | 97 | soc@fff00000 { |
diff --git a/arch/powerpc/include/asm/socket.h b/arch/powerpc/include/asm/socket.h index 866f7606da68..2fc2af8fbf59 100644 --- a/arch/powerpc/include/asm/socket.h +++ b/arch/powerpc/include/asm/socket.h | |||
@@ -69,4 +69,7 @@ | |||
69 | 69 | ||
70 | #define SO_RXQ_OVFL 40 | 70 | #define SO_RXQ_OVFL 40 |
71 | 71 | ||
72 | #define SO_WIFI_STATUS 41 | ||
73 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
74 | |||
72 | #endif /* _ASM_POWERPC_SOCKET_H */ | 75 | #endif /* _ASM_POWERPC_SOCKET_H */ |
diff --git a/arch/s390/include/asm/socket.h b/arch/s390/include/asm/socket.h index fdff1e995c73..67b5c1b14b51 100644 --- a/arch/s390/include/asm/socket.h +++ b/arch/s390/include/asm/socket.h | |||
@@ -70,4 +70,7 @@ | |||
70 | 70 | ||
71 | #define SO_RXQ_OVFL 40 | 71 | #define SO_RXQ_OVFL 40 |
72 | 72 | ||
73 | #define SO_WIFI_STATUS 41 | ||
74 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
75 | |||
73 | #endif /* _ASM_SOCKET_H */ | 76 | #endif /* _ASM_SOCKET_H */ |
diff --git a/arch/sparc/include/asm/socket.h b/arch/sparc/include/asm/socket.h index 9d3fefcff2f5..8af1b64168b3 100644 --- a/arch/sparc/include/asm/socket.h +++ b/arch/sparc/include/asm/socket.h | |||
@@ -58,6 +58,9 @@ | |||
58 | 58 | ||
59 | #define SO_RXQ_OVFL 0x0024 | 59 | #define SO_RXQ_OVFL 0x0024 |
60 | 60 | ||
61 | #define SO_WIFI_STATUS 0x0025 | ||
62 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
63 | |||
61 | /* Security levels - as per NRL IPv6 - don't actually do anything */ | 64 | /* Security levels - as per NRL IPv6 - don't actually do anything */ |
62 | #define SO_SECURITY_AUTHENTICATION 0x5001 | 65 | #define SO_SECURITY_AUTHENTICATION 0x5001 |
63 | #define SO_SECURITY_ENCRYPTION_TRANSPORT 0x5002 | 66 | #define SO_SECURITY_ENCRYPTION_TRANSPORT 0x5002 |
diff --git a/arch/xtensa/include/asm/socket.h b/arch/xtensa/include/asm/socket.h index cbdf2ffaacff..bb06968be227 100644 --- a/arch/xtensa/include/asm/socket.h +++ b/arch/xtensa/include/asm/socket.h | |||
@@ -73,4 +73,7 @@ | |||
73 | 73 | ||
74 | #define SO_RXQ_OVFL 40 | 74 | #define SO_RXQ_OVFL 40 |
75 | 75 | ||
76 | #define SO_WIFI_STATUS 41 | ||
77 | #define SCM_WIFI_STATUS SO_WIFI_STATUS | ||
78 | |||
76 | #endif /* _XTENSA_SOCKET_H */ | 79 | #endif /* _XTENSA_SOCKET_H */ |