Searched refs:max_wt (Results 1 – 1 of 1) sorted by relevance
120 static unsigned int get_airtime_quantum(unsigned int max_wt) in get_airtime_quantum() argument122 unsigned int quantum = AIRTIME_QUANTUM_TARGET / max_wt; in get_airtime_quantum()143 int wt, num_bss = 0, max_wt = 0; in update_airtime_weights() local209 if (wt > max_wt) in update_airtime_weights()210 max_wt = wt; in update_airtime_weights()213 quantum = get_airtime_quantum(max_wt); in update_airtime_weights()