diff options
-rw-r--r-- | drivers/net/wireless/hostap/Makefile | 1 | ||||
-rw-r--r-- | drivers/net/wireless/hostap/hostap_main.c (renamed from drivers/net/wireless/hostap/hostap.c) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/Makefile b/drivers/net/wireless/hostap/Makefile index fc62235bfc24..353ccb93134b 100644 --- a/drivers/net/wireless/hostap/Makefile +++ b/drivers/net/wireless/hostap/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | hostap-y := hostap_main.o | ||
1 | obj-$(CONFIG_HOSTAP) += hostap.o | 2 | obj-$(CONFIG_HOSTAP) += hostap.o |
2 | 3 | ||
3 | obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o | 4 | obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o |
diff --git a/drivers/net/wireless/hostap/hostap.c b/drivers/net/wireless/hostap/hostap_main.c index 3d2ea61033be..3d2ea61033be 100644 --- a/drivers/net/wireless/hostap/hostap.c +++ b/drivers/net/wireless/hostap/hostap_main.c | |||