brcmsmac: improve readability on addresses copy
authorÍñigo Huguet <ihuguet@redhat.com>
Tue, 11 May 2021 07:02:58 +0000 (09:02 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 15 Jun 2021 10:40:15 +0000 (13:40 +0300)
commitc0277e25d28fc534c09e140c19d5b85f9e7f86fd
tree8014b4640e2640b42bad701d23d0d15c1cf7df5a
parent885f256f61f958d494ffdf5084a292808f08daee
brcmsmac: improve readability on addresses copy

A static analyzer identified as a potential bug the copy of
12 bytes from a 6 bytes array to a 6 bytes array. Both
arrays are 6 bytes addresses.

Although not being a real bug, it is not immediately clear
why is done this way: next 6 bytes address, contiguous to
the first one, must also be copied to next contiguous 6 bytes
address of the destination.

Copying each one separately will make both static analyzers
and reviewers happier.

Signed-off-by: Íñigo Huguet <ihuguet@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210511070257.7843-1-ihuguet@redhat.com
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c