Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/b43/
Dphy_common.h266 unsigned long next_txpwr_check_time; member
Dphy_common.c502 if (time_before(now, phy->next_txpwr_check_time)) in b43_phy_txpower_check()
506 phy->next_txpwr_check_time = round_jiffies(now + (HZ * 2)); in b43_phy_txpower_check()
Dmain.c4678 phy->next_txpwr_check_time = jiffies; in setup_struct_phy_for_init()