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;