Searched refs:bs_bmissthreshold (Results 1 – 1 of 1) sorted by relevance
85 bs->bs_bmissthreshold = DIV_ROUND_UP(conf->bmiss_timeout, conf->intval); in ath9k_cmn_beacon_config_sta()86 if (bs->bs_bmissthreshold > 15) in ath9k_cmn_beacon_config_sta()87 bs->bs_bmissthreshold = 15; in ath9k_cmn_beacon_config_sta()88 else if (bs->bs_bmissthreshold <= 0) in ath9k_cmn_beacon_config_sta()89 bs->bs_bmissthreshold = 1; in ath9k_cmn_beacon_config_sta()109 bs->bs_bmissthreshold, bs->bs_sleepduration); in ath9k_cmn_beacon_config_sta()