defconfig: Document IEEE 802.11ax as a published amendment
The comment about the IEEE 802.11ax functionality being experimental and based on a not yet finalized standard is not accurate anymore since IEEE Std 802.11ax-2021 has already been published. Remove that comment and add the entry for wpa_supplicant as well. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
894b0a120f
commit
1a716f86af
2 changed files with 3 additions and 3 deletions
|
@ -156,9 +156,6 @@ CONFIG_IPV6=y
|
|||
#CONFIG_IEEE80211AC=y
|
||||
|
||||
# IEEE 802.11ax HE support
|
||||
# Note: This is experimental and work in progress. The definitions are still
|
||||
# subject to change and this should not be expected to interoperate with the
|
||||
# final IEEE 802.11ax version.
|
||||
#CONFIG_IEEE80211AX=y
|
||||
|
||||
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
|
||||
|
|
|
@ -483,6 +483,9 @@ CONFIG_DEBUG_SYSLOG=y
|
|||
# IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
|
||||
CONFIG_IEEE80211AC=y
|
||||
|
||||
# IEEE 802.11ax HE support (mainly for AP mode)
|
||||
CONFIG_IEEE80211AX=y
|
||||
|
||||
# Wireless Network Management (IEEE Std 802.11v-2011)
|
||||
# Note: This is experimental and not complete implementation.
|
||||
#CONFIG_WNM=y
|
||||
|
|
Loading…
Reference in a new issue