mirror of
https://github.com/nxp-imx/mwifiex.git
synced 2025-01-15 16:25:35 +00:00
MA-22254 wifi driver crashed when do CtsJobSchedulerTestCases cts test
on GMS image Reason: fix the zero length define in mlan_fw.h Tested: on i.MX 8mm Change-Id: I9ed9d03d2de6c3aac9d5ff9934af2caed02e1c9b Signed-off-by: yunjie <yunjie.jia@nxp.com>
This commit is contained in:
parent
8546cd77cf
commit
5f7a9ac065
1 changed files with 1 additions and 1 deletions
|
@ -4453,7 +4453,7 @@ typedef MLAN_PACK_START struct _HostCmd_DS_802_11_SCAN_RSP {
|
|||
/** Numner of sets */
|
||||
t_u8 number_of_sets;
|
||||
/** BSS descriptor and TLV buffer */
|
||||
t_u8 bss_desc_and_tlv_buffer[1];
|
||||
t_u8 bss_desc_and_tlv_buffer[];
|
||||
} MLAN_PACK_END HostCmd_DS_802_11_SCAN_RSP;
|
||||
|
||||
/** HostCmd_DS_802_11_BG_SCAN_CONFIG */
|
||||
|
|
Loading…
Reference in a new issue