diff options
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. |