--- zzzz-none-000/linux-4.4.271/net/wireless/Kconfig 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/net/wireless/Kconfig 2023-04-19 10:22:30.000000000 +0000 @@ -1,5 +1,5 @@ config WIRELESS_EXT - bool + bool "Wireless extensions" config WEXT_CORE def_bool y @@ -11,10 +11,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" @@ -201,7 +201,7 @@ wext compatibility symbols to be exported. config LIB80211 - tristate + tristate "LIB80211" default n help This options enables a library of common routines used @@ -210,13 +210,16 @@ Drivers should select this themselves if needed. config LIB80211_CRYPT_WEP - tristate + tristate "LIB80211_CRYPT_WEP" + select LIB80211 config LIB80211_CRYPT_CCMP - tristate + tristate "LIB80211_CRYPT_CCMP" + select LIB80211 config LIB80211_CRYPT_TKIP - tristate + tristate "LIB80211_CRYPT_TKIP" + select LIB80211 config LIB80211_DEBUG bool "lib80211 debugging messages"