kernel_samsung_a53x/drivers/net/wireless/marvell
Dan Carpenter d17032172e wifi: mwl8k: initialize cmd->addr[] properly
[ Upstream commit 1d60eabb82694e58543e2b6366dae3e7465892a5 ]

This loop is supposed to copy the mac address to cmd->addr but the
i++ increment is missing so it copies everything to cmd->addr[0] and
only the last address is recorded.

Fixes: 22bedad3ce11 ("net: convert multicast list to list_head")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/b788be9a-15f5-4cca-a3fe-79df4c8ce7b2@moroto.mountain
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 12:26:56 +01:00
..
libertas wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() 2024-11-19 08:44:39 +01:00
libertas_tf Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mwifiex wireless: Remove redundant 'flush_workqueue()' calls 2024-11-19 08:44:44 +01:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mwl8k.c wifi: mwl8k: initialize cmd->addr[] properly 2024-11-19 12:26:56 +01:00