From 238bd31e2ee818bfbef998e68cc3586db4b0854a Mon Sep 17 00:00:00 2001 From: navin patidar Date: Sun, 31 Aug 2014 12:14:31 +0530 Subject: [PATCH] staging: rtl8188eu: Rename rtl8188e_phycfg.c to phy.c Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8188eu/Makefile | 2 +- drivers/staging/rtl8188eu/hal/{rtl8188e_phycfg.c => phy.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/staging/rtl8188eu/hal/{rtl8188e_phycfg.c => phy.c} (100%) diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile index 1b8c89b..7886ea0 100644 --- a/drivers/staging/rtl8188eu/Makefile +++ b/drivers/staging/rtl8188eu/Makefile @@ -34,7 +34,7 @@ r8188eu-y := \ hal/rtl8188e_cmd.o \ hal/rtl8188e_dm.o \ hal/rtl8188e_hal_init.o \ - hal/rtl8188e_phycfg.o \ + hal/phy.o \ hal/rtl8188e_rf6052.o \ hal/rtl8188e_rxdesc.o \ hal/rtl8188e_xmit.o \ diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_phycfg.c b/drivers/staging/rtl8188eu/hal/phy.c similarity index 100% rename from drivers/staging/rtl8188eu/hal/rtl8188e_phycfg.c rename to drivers/staging/rtl8188eu/hal/phy.c -- 2.7.4