net: wireless: rockchip_wlan: bcmdhd: fixup compile error on aarch32

drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_escan.c:995:1:
warning: the frame size of 1120 bytes is larger than 1024 bytes

Signed-off-by: Lin Jianhua <linjh@rock-chips.com>
Change-Id: Ie7899827ed313f7eddc853e78474be7e7ac9a756
This commit is contained in:
Lin Jianhua
2022-08-16 09:25:02 +08:00
committed by Tao Huang
parent b8eea96692
commit 60f17c7808

View File

@@ -42,7 +42,7 @@ DHDCFLAGS = -Wall -Wstrict-prototypes -Wno-date-time \
-DUSE_NEW_RSPEC_DEFS -DBCM_USE_PLATFORM_STRLCPY \
-DWL_EXT_IAPSTA -DWL_ESCAN -DCCODE_LIST -DSUSPEND_EVENT \
-DEAPOL_RESEND -DEAPOL_DYNAMATIC_RESEND \
-DENABLE_INSMOD_NO_FW_LOAD
-DENABLE_INSMOD_NO_FW_LOAD -Wframe-larger-than=2048
DHDOFILES = aiutils.o siutils.o sbutils.o bcmutils.o bcmwifi_channels.o \
dhd_linux.o dhd_linux_platdev.o dhd_linux_sched.o dhd_pno.o \