aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-06-02 14:00:34 -0400
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-06-03 18:38:23 +0200
commite0b11ff37daaf931a9fa2d367bf0c35d1e43121f (patch)
tree57c5f8938b64b3a1d46b37210aee05b014d39b4e /at76_usb.h
parent0aba255685f1dc8025eca83673c2d89ea4393027 (diff)
[PATCH] Internal firmware download should just sleep without any timers
Timers are justified if they are scheduled in the interrupt context or if they are modified. Neither is the case. Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 474049c..7fd61f5 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -473,7 +473,6 @@ struct at76_priv {
struct work_struct work_join;
struct work_struct work_mgmt_timeout;
struct work_struct work_new_bss;
- struct work_struct work_reset_device;
struct work_struct work_restart;
struct work_struct work_scan;
struct work_struct work_set_promisc;
@@ -576,9 +575,6 @@ struct at76_priv {
/* store rx fragments until complete */
struct rx_data_buf rx_data[NR_RX_DATA_BUF];
- /* firmware downloading stuff */
- struct timer_list fw_dl_timer; /* timer used to wait after REMAP
- until device is reset */
int extfw_size;
int intfw_size;
/* these point into a buffer managed by the firmware dl functions, no need to dealloc */