Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dcommon-beacon.c86 bs->bs_intval = TU_TO_USEC(conf->intval); in ath9k_cmn_beacon_config_sta()
87 bs->bs_dtimperiod = conf->dtim_period * bs->bs_intval; in ath9k_cmn_beacon_config_sta()
Dhw.c2298 REG_WRITE(ah, AR_BEACON_PERIOD, bs->bs_intval); in ath9k_hw_set_sta_beacon_timers()
2299 REG_WRITE(ah, AR_DMA_BEACON_PERIOD, bs->bs_intval); in ath9k_hw_set_sta_beacon_timers()
2306 beaconintval = bs->bs_intval; in ath9k_hw_set_sta_beacon_timers()
Dhw.h501 u32 bs_intval; member