Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/b43/
Dphy_common.c377 if (time_before(now, phy->next_txpwr_check_time)) in b43_phy_txpower_check()
381 phy->next_txpwr_check_time = round_jiffies(now + (HZ * 2)); in b43_phy_txpower_check()
Dphy_common.h264 unsigned long next_txpwr_check_time; member
Dmain.c4464 phy->next_txpwr_check_time = jiffies; in setup_struct_phy_for_init()