From e0b11ff37daaf931a9fa2d367bf0c35d1e43121f Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 2 Jun 2007 14:00:34 -0400 Subject: [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 --- at76_usb.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'at76_usb.h') 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 */ -- cgit v1.2.3