Jiri Slaby <jslaby@xxxxxxx> wrote: > gcc 7 complains: > drivers/net/wireless/intersil/p54/fwio.c: In function 'p54_scan': > drivers/net/wireless/intersil/p54/fwio.c:491:4: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size] > > Fix that by passing the correct size to memset. > > Signed-off-by: Jiri Slaby <jslaby@xxxxxxx> > Cc: Christian Lamparter <chunkeey@xxxxxxxxxxxxxx> > Cc: Kalle Valo <kvalo@xxxxxxxxxxxxxx> > Cc: linux-wireless@xxxxxxxxxxxxxxx > Cc: netdev@xxxxxxxxxxxxxxx > Acked-by: Christian Lamparter <chunkeey@xxxxxxxxxxxxxx> Patch applied to wireless-drivers-next.git, thanks. 6f1758178820 p54: memset(0) whole array -- https://patchwork.kernel.org/patch/9376333/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches