aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 0854ad7..67ab610 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -470,10 +470,10 @@ struct at76_priv {
struct work_struct work_join;
struct work_struct work_mgmt_timeout;
struct work_struct work_new_bss;
- struct work_struct work_restart;
struct work_struct work_scan;
struct work_struct work_set_promisc;
struct work_struct work_submit_rx;
+ struct delayed_work dwork_restart;
int nr_submit_rx_tries; /* number of tries to submit an rx urb left */
struct tasklet_struct rx_tasklet;
@@ -540,8 +540,6 @@ struct at76_priv {
} scan_state;
time_t last_scan;
- struct timer_list restart_timer; /* the timer we use to delay the restart a bit */
-
struct timer_list mgmt_timer; /* the timer we use to repeat auth_req etc. */
int retries; /* counts backwards while re-trying to send auth/assoc_req's */
u8 pm_mode; /* power management mode: AT76_PM_{OFF, ON, SMART} */