--- zzzz-none-000/linux-5.4.213/net/wireless/Kconfig 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/net/wireless/Kconfig 2024-05-29 11:20:02.000000000 +0000 @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only config WIRELESS_EXT - bool + bool "Wireless extensions" config WEXT_CORE def_bool y @@ -12,10 +12,10 @@ depends on WEXT_CORE config WEXT_SPY - bool + bool "WEXT_SPY" config WEXT_PRIV - bool + bool "WEXT_PRIV" config CFG80211 tristate "cfg80211 - wireless configuration API" @@ -203,7 +203,7 @@ endif # CFG80211 config LIB80211 - tristate + tristate "LIB80211" default n help This options enables a library of common routines used @@ -212,17 +212,17 @@ Drivers should select this themselves if needed. config LIB80211_CRYPT_WEP - tristate + tristate "LIB80211_CRYPT_WEP" select CRYPTO_LIB_ARC4 config LIB80211_CRYPT_CCMP - tristate + tristate "LIB80211_CRYPT_CCMP" select CRYPTO select CRYPTO_AES select CRYPTO_CCM config LIB80211_CRYPT_TKIP - tristate + tristate "LIB80211_CRYPT_TKIP" select CRYPTO_LIB_ARC4 config LIB80211_DEBUG