Skip to content

Commit

Permalink
[PATCH] hostap: rename hostap.c to hostap_main.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and John W. Linville committed Nov 16, 2005
1 parent 5bc4c36 commit 7635d34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/hostap/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
hostap-y := hostap_main.o
obj-$(CONFIG_HOSTAP) += hostap.o

obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
Expand Down
File renamed without changes.

0 comments on commit 7635d34

Please sign in to comment.