diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-22 04:53:25 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-03-10 17:20:05 -0400 |
commit | 26fd76cab2e61cedc5c25f7151fb31b57ddc53c7 (patch) | |
tree | 7958aad8711d1d7eaacb6aa2e4f9c0aae7a2da87 /net/nfc/llcp/llcp.h | |
parent | e4306bec47fc02178c612879c848d3a6544424dd (diff) |
NFC: llcp: Implement socket options
Some LLCP services (e.g. the validation ones) require some control over
the LLCP link parameters like the receive window (RW) or the MIU extension
(MIUX). This can only be done through socket options.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'net/nfc/llcp/llcp.h')
-rw-r--r-- | net/nfc/llcp/llcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/nfc/llcp/llcp.h b/net/nfc/llcp/llcp.h index 32cec81939e6..5f117adac2e5 100644 --- a/net/nfc/llcp/llcp.h +++ b/net/nfc/llcp/llcp.h | |||
@@ -104,6 +104,9 @@ struct nfc_llcp_sock { | |||
104 | u8 dsap; | 104 | u8 dsap; |
105 | char *service_name; | 105 | char *service_name; |
106 | size_t service_name_len; | 106 | size_t service_name_len; |
107 | u8 rw; | ||
108 | u16 miux; | ||
109 | |||
107 | 110 | ||
108 | /* Remote link parameters */ | 111 | /* Remote link parameters */ |
109 | u8 remote_rw; | 112 | u8 remote_rw; |