mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
e7201ee607f8e89b49891b5ce65c7b317676ee88
WLAN_AKM_SUITE_FT_OVER_SAE(0x000FAC09) is not processed in rtw_cfg80211_set_key_mgt, which makes rtw_ft_validate_akm_type not set RTW_FT_PEER_EN to ft_flags, and thus MDIE is not built in rtw_ft_build_assoc_req_ies Fix: - Add WLAN_AKM_SUITE_FT_OVER_SAE into rtw_cfg80211_set_key_mgt check condition - Add 9 into rtw_ft_valid_akm check condition - Update driver version number to 277-9-6 Bug 5580277 Change-Id: I7cc987a9141dc65577dc20e804e92def10e9412e Signed-off-by: Shaofu <shaofu@realtek.com> Signed-off-by: Narayana Reddy P <narayanr@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3485741 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com> Reviewed-by: Shobek Attupurath <sattupurath@nvidia.com>
Description
No description provided