NFC: Forbid SSAP binding to a not well known LLCP service
[deliverable/linux.git] / net / nfc / llcp / llcp.h
index 7286c86982ffa0ec135376717b902354f0167eb3..374cc4779af4acfb0ab65a5780fc2418b039975d 100644 (file)
@@ -113,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.026562 seconds and 5 git commands to generate.