Searched refs:nexttbtt (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | common-beacon.c | 71 conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval); in ath9k_cmn_beacon_config_sta() 75 bs->bs_nexttbtt = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 76 bs->bs_nextdtim = conf->nexttbtt; in ath9k_cmn_beacon_config_sta() 123 conf->nexttbtt = conf->intval; in ath9k_cmn_beacon_config_adhoc() 125 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_adhoc() 136 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_adhoc() 154 conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah), in ath9k_cmn_beacon_config_ap() 165 conf->nexttbtt, conf->intval, conf->beacon_interval); in ath9k_cmn_beacon_config_ap()
|
| H A D | common.h | 60 u32 nexttbtt; member
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | ath5k.h | 1335 unsigned int nexttbtt; /* next beacon time in TU */ member
|