diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-05-14 17:37:32 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-04 21:34:29 +0200 |
commit | 93d7e490b7f4a72b6c7e1dfa475fa3c3e18eb9f1 (patch) | |
tree | 3028559078ca9964e799457bcb2ee60e4c748001 /net/nfc/llcp/llcp.h | |
parent | 7a06e586b9bfcaca310f40a857cf144d04abc8e6 (diff) | |
download | lwn-93d7e490b7f4a72b6c7e1dfa475fa3c3e18eb9f1.tar.gz lwn-93d7e490b7f4a72b6c7e1dfa475fa3c3e18eb9f1.zip |
NFC: Move LLCP MIU extension value to socket structure
The MIU extension value can be received during the PAX or during the
connection establishment process. It's definitely a connection related value
rather than a link one.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/nfc/llcp/llcp.h b/net/nfc/llcp/llcp.h index add03e74a9ea..7286c86982ff 100644 --- a/net/nfc/llcp/llcp.h +++ b/net/nfc/llcp/llcp.h @@ -102,6 +102,7 @@ struct nfc_llcp_sock { char *service_name; size_t service_name_len; u8 rw; + u16 miu; /* Link variables */ u8 send_n; |