62fe7e3781
Replace Host AP version of WEP, TKIP, CCMP implementation with net/ieee80211 that has more or less identical implementation (since it is based on the Host AP implementation). Remove Host AP specific implementation and modules from drivers/net/wireless/hostap. Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
6 lines
155 B
Makefile
6 lines
155 B
Makefile
obj-$(CONFIG_HOSTAP) += hostap.o
|
|
|
|
obj-$(CONFIG_HOSTAP_CS) += hostap_cs.o
|
|
obj-$(CONFIG_HOSTAP_PLX) += hostap_plx.o
|
|
obj-$(CONFIG_HOSTAP_PCI) += hostap_pci.o
|