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 <yunjie.jia@nxp.com>
This commit is contained in:
yunjie 2024-02-04 17:15:11 +00:00
parent 064a3b37e9
commit 21a48c6f51
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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 */