defconfig: Enable IEEE 802.11n and 802.11ac (wpa_supplicant)
I guess there's no reason anyone with capable hardware wouldn't want to enable these. Debian and Fedora aleady do. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
This commit is contained in:
parent
467004d632
commit
6b7a0da75b
1 changed files with 2 additions and 2 deletions
|
@ -467,11 +467,11 @@ CONFIG_DEBUG_SYSLOG=y
|
|||
#CONFIG_GETRANDOM=y
|
||||
|
||||
# IEEE 802.11n (High Throughput) support (mainly for AP mode)
|
||||
#CONFIG_IEEE80211N=y
|
||||
CONFIG_IEEE80211N=y
|
||||
|
||||
# IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
|
||||
# (depends on CONFIG_IEEE80211N)
|
||||
#CONFIG_IEEE80211AC=y
|
||||
CONFIG_IEEE80211AC=y
|
||||
|
||||
# Wireless Network Management (IEEE Std 802.11v-2011)
|
||||
# Note: This is experimental and not complete implementation.
|
||||
|
|
Loading…
Reference in a new issue