diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/caif/caif_socket.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/caif/caif_socket.h b/include/linux/caif/caif_socket.h index 8e5c8444a3f4..2a61eb1beb85 100644 --- a/include/linux/caif/caif_socket.h +++ b/include/linux/caif/caif_socket.h | |||
| @@ -16,7 +16,6 @@ | |||
| 16 | #include <sys/socket.h> | 16 | #include <sys/socket.h> |
| 17 | #endif | 17 | #endif |
| 18 | 18 | ||
| 19 | |||
| 20 | /** | 19 | /** |
| 21 | * enum caif_link_selector - Physical Link Selection. | 20 | * enum caif_link_selector - Physical Link Selection. |
| 22 | * @CAIF_LINK_HIGH_BANDW: Physical interface for high-bandwidth | 21 | * @CAIF_LINK_HIGH_BANDW: Physical interface for high-bandwidth |
| @@ -59,7 +58,7 @@ enum caif_channel_priority { | |||
| 59 | /** | 58 | /** |
| 60 | * enum caif_protocol_type - CAIF Channel type. | 59 | * enum caif_protocol_type - CAIF Channel type. |
| 61 | * @CAIFPROTO_AT: Classic AT channel. | 60 | * @CAIFPROTO_AT: Classic AT channel. |
| 62 | * @CAIFPROTO_DATAGRAM: Datagram channel. | 61 | * @CAIFPROTO_DATAGRAM: Datagram channel. |
| 63 | * @CAIFPROTO_DATAGRAM_LOOP: Datagram loopback channel, used for testing. | 62 | * @CAIFPROTO_DATAGRAM_LOOP: Datagram loopback channel, used for testing. |
| 64 | * @CAIFPROTO_UTIL: Utility (Psock) channel. | 63 | * @CAIFPROTO_UTIL: Utility (Psock) channel. |
| 65 | * @CAIFPROTO_RFM: Remote File Manager | 64 | * @CAIFPROTO_RFM: Remote File Manager |
| @@ -87,6 +86,7 @@ enum caif_at_type { | |||
| 87 | 86 | ||
| 88 | /** | 87 | /** |
| 89 | * struct sockaddr_caif - the sockaddr structure for CAIF sockets. | 88 | * struct sockaddr_caif - the sockaddr structure for CAIF sockets. |
| 89 | * @family: Address family number, must be AF_CAIF. | ||
| 90 | * @u: Union of address data 'switched' by family. | 90 | * @u: Union of address data 'switched' by family. |
| 91 | * : | 91 | * : |
| 92 | * @u.at: Applies when family = CAIFPROTO_AT. | 92 | * @u.at: Applies when family = CAIFPROTO_AT. |
| @@ -153,6 +153,7 @@ struct sockaddr_caif { | |||
| 153 | * | 153 | * |
| 154 | * | 154 | * |
| 155 | * This enum defines the CAIF Socket options to be used on a socket | 155 | * This enum defines the CAIF Socket options to be used on a socket |
| 156 | * of type PF_CAIF. | ||
| 156 | * | 157 | * |
| 157 | */ | 158 | */ |
| 158 | enum caif_socket_opts { | 159 | enum caif_socket_opts { |
