From c52fae3042fa61b820ee35aafa6345e5f52b92de Mon Sep 17 00:00:00 2001
From: navin patidar <navin.patidar@gmail.com>
Date: Sun, 31 Aug 2014 14:08:28 +0530
Subject: [PATCH] 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>
---
 drivers/staging/rtl8188eu/Makefile                        | 2 +-
 drivers/staging/rtl8188eu/hal/{rtl8188e_rf6052.c => rf.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/staging/rtl8188eu/hal/{rtl8188e_rf6052.c => rf.c} (100%)

diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index 20225b3ffa6e..af919c32d549 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
similarity index 100%
rename from drivers/staging/rtl8188eu/hal/rtl8188e_rf6052.c
rename to drivers/staging/rtl8188eu/hal/rf.c
-- 
2.34.1