summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-08-31 08:38:28 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-31 19:58:40 (GMT)
commitc52fae3042fa61b820ee35aafa6345e5f52b92de (patch)
tree5ae5964cbca40a17d73d42d6307371782d2f268c
parent6b361e585fa748d4effe06aab1a0dace7667fb2d (diff)
downloadlinux-c52fae3042fa61b820ee35aafa6345e5f52b92de.tar.xz
staging: rtl8188eu: Rename rtl8188e_rf6052.c to rf.c
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/Makefile2
-rw-r--r--drivers/staging/rtl8188eu/hal/rf.c (renamed from drivers/staging/rtl8188eu/hal/rtl8188e_rf6052.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index 20225b3..af919c3 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -35,7 +35,7 @@ r8188eu-y := \
hal/rtl8188e_dm.o \
hal/rtl8188e_hal_init.o \
hal/phy.o \
- hal/rtl8188e_rf6052.o \
+ hal/rf.o \
hal/rtl8188e_rxdesc.o \
hal/rtl8188e_xmit.o \
hal/rtl8188eu_led.o \
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_rf6052.c b/drivers/staging/rtl8188eu/hal/rf.c
index 6ae22b0..6ae22b0 100644
--- a/drivers/staging/rtl8188eu/hal/rtl8188e_rf6052.c
+++ b/drivers/staging/rtl8188eu/hal/rf.c