Searched refs:nextTbtt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 2326 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local 2351 nextTbtt = bs->bs_nextdtim; in ath9k_hw_set_sta_beacon_timers() 2353 nextTbtt = bs->bs_nexttbtt; in ath9k_hw_set_sta_beacon_timers() 2356 ath_dbg(common, BEACON, "next beacon %u\n", nextTbtt); in ath9k_hw_set_sta_beacon_timers() 2363 REG_WRITE(ah, AR_NEXT_TIM, nextTbtt - SLEEP_SLOP); in ath9k_hw_set_sta_beacon_timers()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 2324 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local 2349 nextTbtt = bs->bs_nextdtim; in ath9k_hw_set_sta_beacon_timers() 2351 nextTbtt = bs->bs_nexttbtt; in ath9k_hw_set_sta_beacon_timers() 2354 ath_dbg(common, BEACON, "next beacon %u\n", nextTbtt); in ath9k_hw_set_sta_beacon_timers() 2361 REG_WRITE(ah, AR_NEXT_TIM, nextTbtt - SLEEP_SLOP); in ath9k_hw_set_sta_beacon_timers()
|
Completed in 9 milliseconds