blob: 65e34a326b3310ee8f714fb594295051dde18f05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Index: linux-wlan-ng-0.2.3/src/prism2/driver/prism2sta.c
===================================================================
--- linux-wlan-ng-0.2.3.orig/src/prism2/driver/prism2sta.c 2005-10-07 23:32:44.000000000 +0200
+++ linux-wlan-ng-0.2.3/src/prism2/driver/prism2sta.c 2006-02-21 09:02:21.338239744 +0100
@@ -2427,11 +2427,7 @@
hfa384x2host_16(hw->qual.ANL_currFC));
/* Reschedule timer */
- //if (!hw->timer_running) {
- hw->commsqual_timer.expires = jiffies + HZ;
- add_timer(&hw->commsqual_timer);
- hw->timer_running = 1;
- //}
+ mod_timer(&hw->commsqual_timer, jiffies + HZ);
done:
DBFEXIT;
|