Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/libertas/
H A Dhost.h530 u8 dtimperiod; member
751 u8 dtimperiod; /* Reserved on v9 and later */ member
774 u8 dtimperiod; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c2316 u32 nextTbtt, beaconintval, dtimperiod, beacontimeout; in ath9k_hw_set_sta_beacon_timers() local
2336 dtimperiod = bs->bs_dtimperiod; in ath9k_hw_set_sta_beacon_timers()
2337 if (bs->bs_sleepduration > dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2338 dtimperiod = bs->bs_sleepduration; in ath9k_hw_set_sta_beacon_timers()
2340 if (beaconintval == dtimperiod) in ath9k_hw_set_sta_beacon_timers()
2348 ath_dbg(common, BEACON, "DTIM period %u\n", dtimperiod); in ath9k_hw_set_sta_beacon_timers()
2368 REG_WRITE(ah, AR_DTIM_PERIOD, dtimperiod); in ath9k_hw_set_sta_beacon_timers()