]> www.infradead.org Git - linux.git/commitdiff
staging: wilc1000: rename linux_wlan.c and linux_mon.c
authorAjay Singh <ajay.kathat@microchip.com>
Thu, 7 Feb 2019 11:29:20 +0000 (11:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Feb 2019 12:34:45 +0000 (13:34 +0100)
Rename linux_wlan.c and linux_mon.c to wilc_netdev.c and wilc_mon.c to
include 'wilc_' prefix.

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/Makefile
drivers/staging/wilc1000/wilc_mon.c [moved from drivers/staging/wilc1000/linux_mon.c with 100% similarity]
drivers/staging/wilc1000/wilc_netdev.c [moved from drivers/staging/wilc1000/linux_wlan.c with 100% similarity]

index 72a4daa05fdb6987ea9dcb74774fe03968be058d..2ad3feed9725ea4d68d14250b2fc5a20f9fc2be0 100644 (file)
@@ -4,7 +4,7 @@ obj-$(CONFIG_WILC1000) += wilc1000.o
 ccflags-y += -DFIRMWARE_1002=\"atmel/wilc1002_firmware.bin\" \
                -DFIRMWARE_1003=\"atmel/wilc1003_firmware.bin\"
 
-wilc1000-objs := wilc_wfi_cfgoperations.o linux_wlan.o linux_mon.o \
+wilc1000-objs := wilc_wfi_cfgoperations.o wilc_netdev.o wilc_mon.o \
                        host_interface.o wilc_wlan_cfg.o wilc_wlan.o
 
 obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o