Print this page
XXXX introduce drv_sectohz

@@ -152,11 +152,11 @@
         void                    *ilport_tg;
         id_t                    ilport_instance;
         /* XXX Need something to track all the remote ports also */
 } stmf_i_local_port_t;
 
-#define STMF_AVG_ONLINE_INTERVAL        (30 * drv_usectohz(1000000))
+#define STMF_AVG_ONLINE_INTERVAL        drv_sectohz(30)
 
 #define MAX_IRPORT                      0x10000
 
 typedef struct stmf_i_remote_port {
         struct scsi_devid_desc  *irport_id;