Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521130 - net-wireless/hostapd-2.2 - add 802.11AC support (CONFIG_IEEE80211AC=y)
Summary: net-wireless/hostapd-2.2 - add 802.11AC support (CONFIG_IEEE80211AC=y)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-08-26 15:00 UTC by Conrad Kostecki
Modified: 2014-08-29 19:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2014-08-26 15:00:25 UTC
Hi!
The current hostapd 2.2 supports 802.11ac. But Gentoo does not enabled this feature in the ebuild. It should be a good idea to enable this.

As the "savedconfig" use flag is still not available, that would be the quick solution.

--- a/hostapd-2.2.ebuild	2014-08-26 16:58:49.000000000 +0200
+++ b/hostapd-2.2.ebuild	2014-08-26 16:58:58.000000000 +0200
@@ -100,6 +100,7 @@
 	echo "CONFIG_IEEE80211R=y" >> ${CONFIG}
 	echo "CONFIG_IEEE80211W=y" >> ${CONFIG}
 	echo "CONFIG_IEEE80211N=y" >> ${CONFIG}
+	echo "CONFIG_IEEE80211AC=y" >> ${CONFIG}
 	echo "CONFIG_PEERKEY=y" >> ${CONFIG}
 	echo "CONFIG_RSN_PREAUTH=y" >> ${CONFIG}
 	echo "CONFIG_INTERWORKING=y" >> ${CONFIG}


Reproducible: Always
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2014-08-29 19:28:48 UTC
Fixed in 2.2-r1 , thanks for reporting :)