diff options
author | Dan Carpenter <[email protected]> | 2024-05-04 14:38:15 +0300 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-05-07 15:08:14 +0300 |
commit | 1d60eabb82694e58543e2b6366dae3e7465892a5 (patch) | |
tree | efa5eb0f94ca7f37ed2e8dfaceb3771f0049f9b5 /net/ipv4/tcp_input.c | |
parent | 9875b54762a7055bc59c436950c73dd112765e6c (diff) |
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 <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions