Searched refs:idle_tmo_ms (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c1730 u_int32_t idle_tmo_ms = AH9300(ah)->ah_bb_panic_timeout_ms; local
1733 if (idle_tmo_ms != 0) {
1740 if (idle_tmo_ms > 10000) {
1741 idle_tmo_ms = 10000;
1744 idle_count = (100 * idle_tmo_ms) / HAL_BB_PANIC_WD_HT40_FACTOR;
1746 idle_count = (100 * idle_tmo_ms) / HAL_BB_PANIC_WD_HT20_FACTOR;
1773 __func__, idle_tmo_ms ? "Enabled" : "Disabled", idle_tmo_ms);

Completed in 36 milliseconds