Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A D8188e.c269 #define RATESIZE 28 macro
300 static const u8 retry_penalty_idx_normal[2][RATESIZE] = {
315 static const u8 retry_penalty_idx_cut_i[2][RATESIZE] = {
330 static const u8 retry_penalty_up_idx_normal[RATESIZE] = {
337 static const u8 retry_penalty_up_idx_cut_i[RATESIZE] = {
344 static const u8 rssi_threshold[RATESIZE] = {
351 static const u16 n_threshold_high[RATESIZE] = {
358 static const u16 n_threshold_low[RATESIZE] = {
365 static const u8 dropping_necessary[RATESIZE] = {
1747 for (i = RATESIZE; i >= 0; i--) { in rtl8188e_arfb_refresh()
[all …]