From fd7cd67f7418cc961f69cbec6d57f57f4a2b0374 Mon Sep 17 00:00:00 2001 From: Egor Tsyganchuk Date: Fri, 3 Oct 2025 12:00:44 +0300 Subject: [PATCH] Fixed an error when reporting no drivers --- wpa_supplicant/.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/.config b/wpa_supplicant/.config index 1dbf2ae..2ca4e58 100644 --- a/wpa_supplicant/.config +++ b/wpa_supplicant/.config @@ -26,7 +26,7 @@ # replacement for WEXT and its use allows wpa_supplicant to properly control # the driver to improve existing functionality like roaming and to support new # functionality. -#CONFIG_DRIVER_WEXT=y +CONFIG_DRIVER_WEXT=y # Driver interface for Linux drivers using the nl80211 kernel interface #CONFIG_DRIVER_NL80211=y