summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Makefile
diff options
context:
space:
mode:
authorMichael Straube2018-07-04 13:37:41 +0200
committerGreg Kroah-Hartman2018-07-06 17:39:51 +0200
commitad515954f634b69847d54c1c4c2eb0de1834a489 (patch)
tree7e2773b28dce2a009d479a1bbb735e7e710ac047 /drivers/staging/rtl8188eu/Makefile
parentstaging: rtl8188eu: rename Hal8188EPhyReg.h (diff)
downloadkernel-qcow2-linux-ad515954f634b69847d54c1c4c2eb0de1834a489.tar.gz
kernel-qcow2-linux-ad515954f634b69847d54c1c4c2eb0de1834a489.tar.xz
kernel-qcow2-linux-ad515954f634b69847d54c1c4c2eb0de1834a489.zip
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>
Diffstat (limited to 'drivers/staging/rtl8188eu/Makefile')
-rw-r--r--drivers/staging/rtl8188eu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index 033fb2e6950d..aa6ea65d05fe 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -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 \