aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/net/pegasus.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/net/pegasus.h')
-rw-r--r--drivers/usb/net/pegasus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/net/pegasus.h b/drivers/usb/net/pegasus.h
index 006438069b66..98f6898cae1f 100644
--- a/drivers/usb/net/pegasus.h
+++ b/drivers/usb/net/pegasus.h
@@ -95,7 +95,7 @@ typedef struct pegasus {
int dev_index;
int intr_interval;
struct tasklet_struct rx_tl;
- struct work_struct carrier_check;
+ struct delayed_work carrier_check;
struct urb *ctrl_urb, *rx_urb, *tx_urb, *intr_urb;
struct sk_buff *rx_pool[RX_SKBS];
struct sk_buff *rx_skb;