mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2025-01-24 20:45:34 +00:00
Merge branch 'lf-6.1.55_2.2.0_android-14.0' of ssh://bitbucket.sw.nxp.com/imx/mwifiex into q1_rc2
Change-Id: I0208c67f49701916f1c414b26b74390cc5f0cd62
This commit is contained in:
commit
36c24633f2
2 changed files with 2 additions and 2 deletions
mxm_wifiex/wlan_src
|
@ -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