Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8188e.c351 static const u16 n_threshold_high[RATESIZE] = { variable
1467 ra->nsc_up = (n_threshold_high[rate_id] + n_threshold_low[rate_id]) >> 1; in rtl8188e_reset_ra_counter()
1468 ra->nsc_down = (n_threshold_high[rate_id] + n_threshold_low[rate_id]) >> 1; in rtl8188e_reset_ra_counter()
1545 } else if (ra->nsc_up > n_threshold_high[rate_id]) { in rtl8188e_rate_decision()
1810 ra->nsc_down = (n_threshold_high[DESC_RATE_MCS7] + n_threshold_low[DESC_RATE_MCS7]) / 2; in rtl8188e_ra_info_init_all()
1811 ra->nsc_up = (n_threshold_high[DESC_RATE_MCS7] + n_threshold_low[DESC_RATE_MCS7]) / 2; in rtl8188e_ra_info_init_all()