Print this page
XXXX introduce drv_sectohz

*** 1164,1174 **** /* * This function schedules a call for itself. */ adapter->watchdog_timer = timeout((void (*)(void *))&unm_watchdog, ! (void *)adapter, 2 * drv_usectohz(1000000)); } static void unm_nic_clear_stats(unm_adapter *adapter) { --- 1164,1174 ---- /* * This function schedules a call for itself. */ adapter->watchdog_timer = timeout((void (*)(void *))&unm_watchdog, ! (void *)adapter, drv_sectohz(2)); } static void unm_nic_clear_stats(unm_adapter *adapter) {