Searched refs:beaconintval (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 2341 beaconintval = bs->bs_intval; in ath9k_hw_set_sta_beacon_timers() 2343 if (bs->bs_sleepduration > beaconintval) in ath9k_hw_set_sta_beacon_timers() 2344 beaconintval = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers() 2350 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers() 2357 ath_dbg(common, BEACON, "beacon period %u\n", beaconintval); in ath9k_hw_set_sta_beacon_timers() 2377 REG_WRITE(ah, AR_TIM_PERIOD, beaconintval); 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 2339 beaconintval = bs->bs_intval; in ath9k_hw_set_sta_beacon_timers() 2341 if (bs->bs_sleepduration > beaconintval) in ath9k_hw_set_sta_beacon_timers() 2342 beaconintval = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers() 2348 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers() 2355 ath_dbg(common, BEACON, "beacon period %u\n", beaconintval); in ath9k_hw_set_sta_beacon_timers() 2375 REG_WRITE(ah, AR_TIM_PERIOD, beaconintval); in ath9k_hw_set_sta_beacon_timers()
|
Completed in 8 milliseconds