From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: linux-next: build warning after merge of the mac80211-next tree Date: Wed, 23 May 2018 23:55:00 +0200 Message-ID: References: <20180509145624.643d2e56@canb.auug.org.au> <87po221j08.fsf@purkki.adurom.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <87po221j08.fsf-5ukZ45wKbUHoml4zekdYB16hYfS7NtTn@public.gmane.org> Sender: linux-wireless-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kalle Valo Cc: Stephen Rothwell , Johannes Berg , Linux-Next Mailing List , Linux Kernel Mailing List , =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= , linux-wireless List-Id: linux-next.vger.kernel.org On Fri, May 11, 2018 at 2:20 PM, Kalle Valo wrote: > Stephen Rothwell writes: > >> After merging the mac80211-next tree, today's linux-next build (arm_multi >> v7_defconfig) produced this warning: >> >> drivers/net/wireless/marvell/mwifiex/uap_event.c: In function 'mwifiex_process_uap_event': >> drivers/net/wireless/marvell/mwifiex/uap_event.c:333:1: warning: the frame size of 1680 bytes is larger than 1024 bytes [-Wframe-larger-than=] >> } >> ^ >> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c: In function 'brcmf_notify_connect_status_ap': >> drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:5530:1: warning: the frame size of 1680 bytes is larger than 1024 bytes [-Wframe-larger-than=] >> } >> ^ >> >> Maybe introduced by commit >> >> 52539ca89f36 ("cfg80211: Expose TXQ stats and parameters to userspace") > > Btw Stephen for mac80211 reports it would be a good idea to also cc > linux-wireless list, in case Johannes is not around etc. I also bisected this new warning to the same commit above: net/batman-adv/bat_v_elp.c: In function 'batadv_v_elp_get_throughput': net/batman-adv/bat_v_elp.c:154:1: warning: the frame size of 1736 bytes is larger than 1024 bytes [-Wframe-larger-than=] Arnd