mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
9267dbc7c2
These structures need to be aligned with the firmware, packed_struct will cause the scan information from Wi-Fi firmware not to be parsed by broadcom Wi-Fi driver. Therefore, we need to remove the packed_struct of the structure associated with the scan information. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>