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 /www | |
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 'www')
-rw-r--r-- | www/hostapd/index.html | 5 | ||||
-rw-r--r-- | www/index.html | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/www/hostapd/index.html b/www/hostapd/index.html index 31f99c7..1411b4f 100644 --- a/www/hostapd/index.html +++ b/www/hostapd/index.html @@ -14,7 +14,7 @@ servers. It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS client, EAP server, and RADIUS authentication server. The current version supports Linux (Host -AP, madwifi, Prism54, mac80211-based drivers) and FreeBSD (net80211).</p> +AP, madwifi, mac80211-based drivers) and FreeBSD (net80211).</p> <p>hostapd is designed to be a "daemon" program that runs in the background and acts as the backend component controlling @@ -85,7 +85,6 @@ available in <a href="/gitweb/gitweb.cgi?p=hostap.git;a=blob_plain;f=hostapd/eap <li><a href="http://wireless.kernel.org/en/developers/Documentation/mac80211">Linux mac80211 drivers</a></li> <li><a href="http://w1.fi/">Host AP driver for Prism2/2.5/3</a></li> <li><a href="http://sourceforge.net/projects/madwifi/">madwifi (Atheros ar521x)</a></li> -<li><a href="http://www.prism54.org/">Prism54.org (Prism GT/Duette/Indigo)</a></li> <li>BSD net80211 layer (e.g., Atheros driver) (FreeBSD 6-CURRENT)</li> </ul> @@ -252,7 +251,7 @@ bug/feature request</a>. <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address> <!-- Created: Sun Jan 2 17:20:17 PST 2005 --> <!-- hhmts start --> -Last modified: Sat Nov 28 23:23:12 EET 2009 +Last modified: Sat Dec 12 20:45:27 EET 2009 <!-- hhmts end --> </div> </body> diff --git a/www/index.html b/www/index.html index 792e2bc..8c3033a 100644 --- a/www/index.html +++ b/www/index.html @@ -116,9 +116,9 @@ href="hostapd/">hostapd's own page</a>.</p> <p>Supported drivers:</p> <ul> +<li>Linux mac80211-based drivers with AP mode support</li> <li>Host AP driver for Prism2/2.5/3</li> <li>madwifi (Atheros ar521x)</li> -<li>Prism54.org (PrismGT)</li> <li>BSD net80211 layer (e.g., Atheros driver) (FreeBSD 6-CURRENT)</li> </ul> @@ -266,7 +266,7 @@ get lost, please report it through the bug tracking system as <address><a href="mailto:j@w1.fi">Jouni Malinen</a></address> <!-- Created: Mon May 27 20:08:41 EEST 2002 --> <!-- hhmts start --> -Last modified: Sat Nov 21 22:43:15 EET 2009 +Last modified: Sat Dec 12 20:45:09 EET 2009 <!-- hhmts end --> </div> </body> |