diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/nfc/llcp/llcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nfc/llcp/llcp.c b/net/nfc/llcp/llcp.c index 31a05e55619f..92988aa620dc 100644 --- a/net/nfc/llcp/llcp.c +++ b/net/nfc/llcp/llcp.c | |||
@@ -318,7 +318,7 @@ static int nfc_llcp_build_gb(struct nfc_llcp_local *local) | |||
318 | 318 | ||
319 | /* 1500 ms */ | 319 | /* 1500 ms */ |
320 | lto = 150; | 320 | lto = 150; |
321 | lto_tlv = nfc_llcp_build_tlv(LLCP_TLV_VERSION, <o, 1, <o_length); | 321 | lto_tlv = nfc_llcp_build_tlv(LLCP_TLV_LTO, <o, 1, <o_length); |
322 | gb_len += lto_length; | 322 | gb_len += lto_length; |
323 | 323 | ||
324 | pr_debug("Local wks 0x%lx\n", local->local_wks); | 324 | pr_debug("Local wks 0x%lx\n", local->local_wks); |