summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjarke Istrup Pedersen <gurligebis@gentoo.org>2009-02-26 22:11:56 +0000
committerBjarke Istrup Pedersen <gurligebis@gentoo.org>2009-02-26 22:11:56 +0000
commit2add55c81d4463cf9166f19f54c15d9c9a76e9d2 (patch)
treea9794d95067abf3b71264787b0e8cb798eb155f2 /net-wireless
parentNew package sci-biology/bwa (diff)
downloadgentoo-2-2add55c81d4463cf9166f19f54c15d9c9a76e9d2.tar.gz
gentoo-2-2add55c81d4463cf9166f19f54c15d9c9a76e9d2.tar.bz2
gentoo-2-2add55c81d4463cf9166f19f54c15d9c9a76e9d2.zip
Adding info regarding madwifi and wme_enabled
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/hostapd/ChangeLog6
-rw-r--r--net-wireless/hostapd/hostapd-0.6.7.ebuild5
-rw-r--r--net-wireless/hostapd/hostapd-0.6.8.ebuild6
3 files changed, 14 insertions, 3 deletions
diff --git a/net-wireless/hostapd/ChangeLog b/net-wireless/hostapd/ChangeLog
index 25d65d42ed6a..455125484197 100644
--- a/net-wireless/hostapd/ChangeLog
+++ b/net-wireless/hostapd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/hostapd
# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.93 2009/02/26 22:03:01 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/ChangeLog,v 1.94 2009/02/26 22:11:56 gurligebis Exp $
+
+ 27 Feb 2009; Bjarke Istrup Pedersen <gurligebis@gentoo.org>
+ hostapd-0.6.7.ebuild, hostapd-0.6.8.ebuild:
+ Added info regarding madwifi and wme_enabled
27 Feb 2009; Bjarke Istrup Pedersen <gurligebis@gentoo.org>
hostapd-0.6.7.ebuild, hostapd-0.6.8.ebuild:
diff --git a/net-wireless/hostapd/hostapd-0.6.7.ebuild b/net-wireless/hostapd/hostapd-0.6.7.ebuild
index fcfa076c51bf..43253230f2d5 100644
--- a/net-wireless/hostapd/hostapd-0.6.7.ebuild
+++ b/net-wireless/hostapd/hostapd-0.6.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v 1.3 2009/02/26 22:03:01 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.7.ebuild,v 1.4 2009/02/26 22:11:56 gurligebis Exp $
inherit toolchain-funcs linux-info
@@ -177,6 +177,9 @@ pkg_postinst() {
einfo "madwifi-old, madwifi-ng or madwifi-ng-tools."
einfo "You should remerge ${PN} after upgrading these packages."
einfo
+ einfo "Since you are using the madwifi-ng driver, you should disable or"
+ einfo "comment out wme_enabled from hostapd.conf, since it will"
+ einfo "cause problems otherwise (see bug #260377"
fi
#if [ -e "${KV_DIR}"/net/mac80211 ]; then
# einfo "This package now compiles against the headers installed by"
diff --git a/net-wireless/hostapd/hostapd-0.6.8.ebuild b/net-wireless/hostapd/hostapd-0.6.8.ebuild
index 4b96f0c97892..78668ec2e628 100644
--- a/net-wireless/hostapd/hostapd-0.6.8.ebuild
+++ b/net-wireless/hostapd/hostapd-0.6.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.2 2009/02/26 22:03:01 gurligebis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/hostapd-0.6.8.ebuild,v 1.3 2009/02/26 22:11:56 gurligebis Exp $
inherit toolchain-funcs linux-info
@@ -95,6 +95,7 @@ generate_config() {
echo "CONFIG_IAPP=y" >> ${CONFIG}
echo "CONFIG_IEEE80211R=y" >> ${CONFIG}
echo "CONFIG_IEEE80211W=y" >> ${CONFIG}
+ echo "CONFIG_IEEE80211N=y" >> ${CONFIG}
echo "CONFIG_PEERKEY=y" >> ${CONFIG}
echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG}
@@ -177,6 +178,9 @@ pkg_postinst() {
einfo "madwifi-old, madwifi-ng or madwifi-ng-tools."
einfo "You should remerge ${PN} after upgrading these packages."
einfo
+ einfo "Since you are using the madwifi-ng driver, you should disable or"
+ einfo "comment out wme_enabled from hostapd.conf, since it will"
+ einfo "cause problems otherwise (see bug #260377"
fi
#if [ -e "${KV_DIR}"/net/mac80211 ]; then
# einfo "This package now compiles against the headers installed by"