From 21a48c6f5146fb33a1d208be6264650cdb81a2a0 Mon Sep 17 00:00:00 2001 From: yunjie Date: Sun, 4 Feb 2024 17:15:11 +0000 Subject: [PATCH] MA-21977-2 [Android-14] WCS Q1 release patch integrate Reason:fix kernel 6.6 WiFi hostap crash issue Tested:imx8mq Change-Id: I437f8eac7304394a57e3d9635218bda4f5f1f826 Signed-off-by: yunjie --- mxm_wifiex/wlan_src/mlan/mlan_ieee.h | 2 +- mxm_wifiex/wlan_src/mlinux/mlan_ieee.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mxm_wifiex/wlan_src/mlan/mlan_ieee.h b/mxm_wifiex/wlan_src/mlan/mlan_ieee.h index cc0f8a0..280f6bc 100644 --- a/mxm_wifiex/wlan_src/mlan/mlan_ieee.h +++ b/mxm_wifiex/wlan_src/mlan/mlan_ieee.h @@ -592,7 +592,7 @@ typedef MLAN_PACK_START struct { /* count */ t_u16 count; /** wpa_suite list */ - wpa_suite list[1]; + wpa_suite list[]; } MLAN_PACK_END wpa_suite_ucast_t, wpa_suite_auth_key_mgmt_t; /** IEEEtypes_Rsn_t */ diff --git a/mxm_wifiex/wlan_src/mlinux/mlan_ieee.h b/mxm_wifiex/wlan_src/mlinux/mlan_ieee.h index cc0f8a0..280f6bc 100644 --- a/mxm_wifiex/wlan_src/mlinux/mlan_ieee.h +++ b/mxm_wifiex/wlan_src/mlinux/mlan_ieee.h @@ -592,7 +592,7 @@ typedef MLAN_PACK_START struct { /* count */ t_u16 count; /** wpa_suite list */ - wpa_suite list[1]; + wpa_suite list[]; } MLAN_PACK_END wpa_suite_ucast_t, wpa_suite_auth_key_mgmt_t; /** IEEEtypes_Rsn_t */