Home
last modified time | relevance | path

Searched refs:next_txpwr_check_time (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_common.h257 unsigned long next_txpwr_check_time; member
H A Dphy_common.c489 if (time_before(now, phy->next_txpwr_check_time)) in b43_phy_txpower_check()
493 phy->next_txpwr_check_time = round_jiffies(now + (HZ * 2)); in b43_phy_txpower_check()