소스 검색

[PATCH] hostap: rename hostap.c to hostap_main.c

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>
Adrian Bunk 19 년 전
부모
커밋
7635d345b2
2개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      drivers/net/wireless/hostap/Makefile
  2. 0 0
      drivers/net/wireless/hostap/hostap_main.c

+ 1 - 0
drivers/net/wireless/hostap/Makefile

@@ -1,3 +1,4 @@
+hostap-y := hostap_main.o
 obj-$(CONFIG_HOSTAP) += hostap.o
 obj-$(CONFIG_HOSTAP) += hostap.o
 
 
 obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
 obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o

+ 0 - 0
drivers/net/wireless/hostap/hostap.c → drivers/net/wireless/hostap/hostap_main.c