diff mbox series

[15/18] defconfig: enable 802.11r fast transitions

Message ID 20190219134421.663957-16-lkundrak@v3.sk
State Accepted
Headers show
Series defconfig: enable commonly used set of options | expand

Commit Message

Lubomir Rintel Feb. 19, 2019, 1:44 p.m. UTC
Generally useful. Linux distros already enable these, upcoming
NetworkManager will support it too.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 wpa_supplicant/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index dd9088042..80cf2e0b9 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -388,7 +388,7 @@  CONFIG_CTRL_IFACE_DBUS_INTRO=y
 #CONFIG_DYNAMIC_EAP_METHODS=y
 
 # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode
-#CONFIG_IEEE80211R=y
+CONFIG_IEEE80211R=y
 
 # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
 CONFIG_DEBUG_FILE=y