Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_8188e.c285 #define RATESIZE 28 macro
316 static const u8 retry_penalty_idx_normal[2][RATESIZE] = {
331 static const u8 retry_penalty_idx_cut_i[2][RATESIZE] = {
346 static const u8 retry_penalty_up_idx_normal[RATESIZE] = {
353 static const u8 retry_penalty_up_idx_cut_i[RATESIZE] = {
360 static const u8 rssi_threshold[RATESIZE] = {
367 static const u16 n_threshold_high[RATESIZE] = {
374 static const u16 n_threshold_low[RATESIZE] = {
381 static const u8 dropping_necessary[RATESIZE] = {
1763 for (i = RATESIZE; i >= 0; i--) { in rtl8188e_arfb_refresh()
[all …]