p54usb: rewriting rx/tx routines to make use of usb_anchor's facilities
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / p54 / p54usb.h
index 5b8fe91379c36e947ad3ff23bc8b2bfddaf512c5..54ee738bf2af66c8503ea549d21ff1797b0de4b7 100644 (file)
@@ -133,6 +133,7 @@ struct p54u_priv {
 
        spinlock_t lock;
        struct sk_buff_head rx_queue;
+       struct usb_anchor submitted;
 };
 
 #endif /* P54USB_H */