madwifi: Remove obsolete madwifi driver interface
The MadWifi project is not active anymore and the last release happened in early 2008. As such, there is no remaining justification for maintaining the madwifi-specific driver interface for hostapd either. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
c66f23491e
commit
f21495ad38
4 changed files with 0 additions and 1333 deletions
File diff suppressed because it is too large
Load diff
|
@ -19,9 +19,6 @@ extern struct wpa_driver_ops wpa_driver_nl80211_ops; /* driver_nl80211.c */
|
||||||
#ifdef CONFIG_DRIVER_HOSTAP
|
#ifdef CONFIG_DRIVER_HOSTAP
|
||||||
extern struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */
|
extern struct wpa_driver_ops wpa_driver_hostap_ops; /* driver_hostap.c */
|
||||||
#endif /* CONFIG_DRIVER_HOSTAP */
|
#endif /* CONFIG_DRIVER_HOSTAP */
|
||||||
#ifdef CONFIG_DRIVER_MADWIFI
|
|
||||||
extern struct wpa_driver_ops wpa_driver_madwifi_ops; /* driver_madwifi.c */
|
|
||||||
#endif /* CONFIG_DRIVER_MADWIFI */
|
|
||||||
#ifdef CONFIG_DRIVER_BSD
|
#ifdef CONFIG_DRIVER_BSD
|
||||||
extern struct wpa_driver_ops wpa_driver_bsd_ops; /* driver_bsd.c */
|
extern struct wpa_driver_ops wpa_driver_bsd_ops; /* driver_bsd.c */
|
||||||
#endif /* CONFIG_DRIVER_BSD */
|
#endif /* CONFIG_DRIVER_BSD */
|
||||||
|
@ -61,9 +58,6 @@ struct wpa_driver_ops *wpa_drivers[] =
|
||||||
#ifdef CONFIG_DRIVER_HOSTAP
|
#ifdef CONFIG_DRIVER_HOSTAP
|
||||||
&wpa_driver_hostap_ops,
|
&wpa_driver_hostap_ops,
|
||||||
#endif /* CONFIG_DRIVER_HOSTAP */
|
#endif /* CONFIG_DRIVER_HOSTAP */
|
||||||
#ifdef CONFIG_DRIVER_MADWIFI
|
|
||||||
&wpa_driver_madwifi_ops,
|
|
||||||
#endif /* CONFIG_DRIVER_MADWIFI */
|
|
||||||
#ifdef CONFIG_DRIVER_BSD
|
#ifdef CONFIG_DRIVER_BSD
|
||||||
&wpa_driver_bsd_ops,
|
&wpa_driver_bsd_ops,
|
||||||
#endif /* CONFIG_DRIVER_BSD */
|
#endif /* CONFIG_DRIVER_BSD */
|
||||||
|
|
|
@ -91,15 +91,6 @@ NEED_NETLINK=y
|
||||||
NEED_LINUX_IOCTL=y
|
NEED_LINUX_IOCTL=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_DRIVER_MADWIFI
|
|
||||||
DRV_AP_CFLAGS += -DCONFIG_DRIVER_MADWIFI
|
|
||||||
DRV_AP_OBJS += ../src/drivers/driver_madwifi.o
|
|
||||||
CONFIG_WIRELESS_EXTENSION=y
|
|
||||||
CONFIG_L2_PACKET=linux
|
|
||||||
NEED_NETLINK=y
|
|
||||||
NEED_LINUX_IOCTL=y
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef CONFIG_DRIVER_ATHEROS
|
ifdef CONFIG_DRIVER_ATHEROS
|
||||||
DRV_AP_CFLAGS += -DCONFIG_DRIVER_ATHEROS
|
DRV_AP_CFLAGS += -DCONFIG_DRIVER_ATHEROS
|
||||||
DRV_AP_OBJS += ../src/drivers/driver_atheros.o
|
DRV_AP_OBJS += ../src/drivers/driver_atheros.o
|
||||||
|
|
|
@ -87,15 +87,6 @@ NEED_NETLINK=y
|
||||||
NEED_LINUX_IOCTL=y
|
NEED_LINUX_IOCTL=y
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_DRIVER_MADWIFI
|
|
||||||
DRV_AP_CFLAGS += -DCONFIG_DRIVER_MADWIFI
|
|
||||||
DRV_AP_OBJS += src/drivers/driver_madwifi.c
|
|
||||||
CONFIG_WIRELESS_EXTENSION=y
|
|
||||||
CONFIG_L2_PACKET=linux
|
|
||||||
NEED_NETLINK=y
|
|
||||||
NEED_LINUX_IOCTL=y
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifdef CONFIG_DRIVER_ATHEROS
|
ifdef CONFIG_DRIVER_ATHEROS
|
||||||
DRV_AP_CFLAGS += -DCONFIG_DRIVER_ATHEROS
|
DRV_AP_CFLAGS += -DCONFIG_DRIVER_ATHEROS
|
||||||
DRV_AP_OBJS += src/drivers/driver_atheros.c
|
DRV_AP_OBJS += src/drivers/driver_atheros.c
|
||||||
|
|
Loading…
Reference in a new issue