diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-12 20:52:12 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-12 20:52:12 +0200 |
commit | 50b5bf4eda928ab9408eecb4bf7cf2cdec2c8a44 (patch) | |
tree | e59511c2b15fc40d0b59ea728481de8f9c392c74 /hostapd | |
parent | 0531006644d7854ad6492597d65296aadfe192b6 (diff) | |
download | external_wpa_supplicant_8_ti-50b5bf4eda928ab9408eecb4bf7cf2cdec2c8a44.zip external_wpa_supplicant_8_ti-50b5bf4eda928ab9408eecb4bf7cf2cdec2c8a44.tar.gz external_wpa_supplicant_8_ti-50b5bf4eda928ab9408eecb4bf7cf2cdec2c8a44.tar.bz2 |
Remove obsolete Prism54.org driver support (driver_prism54.c)
The Prism54.org project seems have been dead for a while and it does not
look like this driver would ever be maintained again. Furthermore, it is
difficult to find a version that would work with the driver_prism54.c
wrapper and there is another driver for these card in the Linux kernel
tree.
The hostapd integration in driver_prism54.c is quite different from the
other driver wrappers and would require major effort to get it cleaned
up. Since there does not seem to be any real users for the cleaned up
version, there does not seem to be justification to spend this effort on
the wrapper. This old code is making it much more difficult to clean up
the driver interface and at this point, the best option seems to be to
remove the driver wrappers. Should someone really still need this, the
old code will continue to be available in hostapd 0.6.x.
Diffstat (limited to 'hostapd')
-rw-r--r-- | hostapd/README | 3 | ||||
-rw-r--r-- | hostapd/defconfig | 3 | ||||
-rw-r--r-- | hostapd/hostapd.8 | 2 | ||||
-rw-r--r-- | hostapd/hostapd.conf | 2 |
4 files changed, 2 insertions, 8 deletions
diff --git a/hostapd/README b/hostapd/README index eb9aa48..c65552f 100644 --- a/hostapd/README +++ b/hostapd/README @@ -95,9 +95,6 @@ Current hardware/software requirements: madwifi driver root directory in .config (see defconfig file for an example: CFLAGS += -I<path>) - Prism54 driver for Intersil/Conexant Prism GT/Duette/Indigo - (http://www.prism54.org/) - mac80211-based drivers that support AP mode (with driver=nl80211). This includes drivers for Atheros (ath9k) and Broadcom (b43) chipsets. diff --git a/hostapd/defconfig b/hostapd/defconfig index 310b45c..4ba6dc2 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -19,9 +19,6 @@ CONFIG_DRIVER_HOSTAP=y #CONFIG_DRIVER_MADWIFI=y #CFLAGS += -I../../madwifi # change to the madwifi source directory -# Driver interface for Prism54 driver -#CONFIG_DRIVER_PRISM54=y - # Driver interface for drivers using the nl80211 kernel interface #CONFIG_DRIVER_NL80211=y # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be diff --git a/hostapd/hostapd.8 b/hostapd/hostapd.8 index a67a1bc..b4456bb 100644 --- a/hostapd/hostapd.8 +++ b/hostapd/hostapd.8 @@ -12,7 +12,7 @@ daemon. .B hostapd is a user space daemon for access point and authentication servers. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server. -The current version supports Linux (Host AP, madwifi, Prism54 drivers) and FreeBSD (net80211). +The current version supports Linux (Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211). .B hostapd is designed to be a "daemon" program that runs in the background and acts as the backend component controlling authentication. diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 66e31c9..36a5aae 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -10,7 +10,7 @@ interface=wlan0 # included in a bridge. This parameter is not used with Host AP driver. #bridge=br0 -# Driver interface type (hostap/wired/madwifi/prism54/test/none/nl80211/bsd); +# Driver interface type (hostap/wired/madwifi/test/none/nl80211/bsd); # default: hostap). nl80211 is used with all Linux mac80211 drivers. # Use driver=none if building hostapd as a standalone RADIUS server that does # not control any wireless/wired driver. |