mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2025-01-26 05:25:33 +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
|
@ -592,7 +592,7 @@ typedef MLAN_PACK_START struct {
|
||||||
/* count */
|
/* count */
|
||||||
t_u16 count;
|
t_u16 count;
|
||||||
/** wpa_suite list */
|
/** wpa_suite list */
|
||||||
wpa_suite list[1];
|
wpa_suite list[];
|
||||||
} MLAN_PACK_END wpa_suite_ucast_t, wpa_suite_auth_key_mgmt_t;
|
} MLAN_PACK_END wpa_suite_ucast_t, wpa_suite_auth_key_mgmt_t;
|
||||||
|
|
||||||
/** IEEEtypes_Rsn_t */
|
/** IEEEtypes_Rsn_t */
|
||||||
|
|
|
@ -592,7 +592,7 @@ typedef MLAN_PACK_START struct {
|
||||||
/* count */
|
/* count */
|
||||||
t_u16 count;
|
t_u16 count;
|
||||||
/** wpa_suite list */
|
/** wpa_suite list */
|
||||||
wpa_suite list[1];
|
wpa_suite list[];
|
||||||
} MLAN_PACK_END wpa_suite_ucast_t, wpa_suite_auth_key_mgmt_t;
|
} MLAN_PACK_END wpa_suite_ucast_t, wpa_suite_auth_key_mgmt_t;
|
||||||
|
|
||||||
/** IEEEtypes_Rsn_t */
|
/** IEEEtypes_Rsn_t */
|
||||||
|
|
Loading…
Reference in a new issue