diff options
author | Dan Carpenter <dan.carpenter@linaro.org> | 2024-05-04 13:38:15 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2024-05-07 14:08:14 +0200 |
commit | 1d60eabb82694e58543e2b6366dae3e7465892a5 (patch) | |
tree | efa5eb0f94ca7f37ed2e8dfaceb3771f0049f9b5 /sound/soc/amd | |
parent | wifi: iwlwifi: Ensure prph_mac dump includes all addresses (diff) | |
download | linux-1d60eabb82694e58543e2b6366dae3e7465892a5.tar.xz linux-1d60eabb82694e58543e2b6366dae3e7465892a5.zip |
wifi: mwl8k: initialize cmd->addr[] properly
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
Diffstat (limited to 'sound/soc/amd')
0 files changed, 0 insertions, 0 deletions