Searched hist:"1 eb4e9f629981941f3e03c65eee2ee7178a62d4e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | common.c | diff 1eb4e9f629981941f3e03c65eee2ee7178a62d4e Thu Jun 04 02:18:32 CDT 2020 Wright Feng <wright.feng@cypress.com> brcmfmac: fix invalid permanent MAC address in wiphy
When host driver retrieves mac addresses from dongle, driver copies memory from drvr->mac to perm_addr. But at the moment, drvr->mac is all zero array which causes permanent MAC address in wiphy is all zero as well. To fix this, we set drvr->mac before setting perm_addr.
Signed-off-by: Wright Feng <wright.feng@cypress.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20200604071835.3842-3-wright.feng@cypress.com
|