NFC: Fix missing mutex unlock in pn533_send_cmd_frame_async
[deliverable/linux.git] / net / nfc / llcp / llcp.h
index 83b8bba5a2803d2cc4bafb05d7e553221434ae0e..af395c9ceb031b739937ff6dee6c95f2809f3820 100644 (file)
@@ -56,12 +56,9 @@ struct nfc_llcp_local {
 
        struct timer_list link_timer;
        struct sk_buff_head tx_queue;
-       struct workqueue_struct *tx_wq;
        struct work_struct       tx_work;
-       struct workqueue_struct *rx_wq;
        struct work_struct       rx_work;
        struct sk_buff *rx_pending;
-       struct workqueue_struct *timeout_wq;
        struct work_struct       timeout_work;
 
        u32 target_idx;
This page took 0.024988 seconds and 5 git commands to generate.