NFC: Forbid SSAP binding to a not well known LLCP service
[deliverable/linux.git] / net / nfc / llcp / llcp.h
index add03e74a9ea488f05a2bb36a285db9adcb07c2b..374cc4779af4acfb0ab65a5780fc2418b039975d 100644 (file)
@@ -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;
@@ -112,6 +113,9 @@ struct nfc_llcp_sock {
        /* Is the remote peer ready to receive */
        u8 remote_ready;
 
+       /* Reserved source SAP */
+       u8 reserved_ssap;
+
        struct sk_buff_head tx_queue;
        struct sk_buff_head tx_pending_queue;
        struct sk_buff_head tx_backlog_queue;
This page took 0.0381089999999999 seconds and 5 git commands to generate.