mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2025-01-15 16:25:35 +00:00
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:
parent
064a3b37e9
commit
21a48c6f51
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue