[PATCH] hostap: rename hostap.c to hostap_main.c
authorAdrian Bunk <bunk@stusta.de>
Sun, 13 Nov 2005 18:26:25 +0000 (13:26 -0500)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 16 Nov 2005 19:13:20 +0000 (14:13 -0500)
I wanted to remove the #include "hostap_ioctl.c" from hostap.c and
build hostap_ioctl.c separately, but this doesn't work since hostap.c
has the same name as the module.

After renaming hostap.c this will be possible.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/hostap/Makefile
drivers/net/wireless/hostap/hostap_main.c [moved from drivers/net/wireless/hostap/hostap.c with 100% similarity]

index fc62235bfc24c169c1a04f4e93926f7782e94dcc..353ccb93134b79e70e38bb4a349cd681018c9576 100644 (file)
@@ -1,3 +1,4 @@
+hostap-y := hostap_main.o
 obj-$(CONFIG_HOSTAP) += hostap.o
 
 obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o