1
0
Fork 0

staging: rtl8188eu: rename Hal8188ERateAdaptive

Rename header and source file to avoid CamelCase.

Hal8188ERateAdaptive.h -> hal8188e_rate_adaptive.h
Hal8188ERateAdaptive.c -> hal8188e_rate_adaptive.c

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Michael Straube 2018-07-04 13:37:41 +02:00 committed by Greg Kroah-Hartman
parent 89778d0d6c
commit ad515954f6
4 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ r8188eu-y := \
hal/rf_cfg.o \
hal/pwrseqcmd.o \
hal/pwrseq.o \
hal/Hal8188ERateAdaptive.o\
hal/hal8188e_rate_adaptive.o \
hal/hal_intf.o \
hal/hal_com.o \
hal/odm.o \

View File

@ -26,7 +26,7 @@
#include "odm_debug.h"
#include "odm_RegDefine11N.h"
#include "Hal8188ERateAdaptive.h"/* for RA,Power training */
#include "hal8188e_rate_adaptive.h" /* for RA,Power training */
#include "rtl8188e_hal.h"
#include "odm_reg.h"