diff options
author | Ivan Vecera <cera@cera.cz> | 2017-01-06 20:30:02 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-01-06 22:22:08 -0500 |
commit | 1d0f110a2c6c4bca3dbcc4b0e27f1e3dc2d44a2c (patch) | |
tree | df29493c336b047e7da28574570d9f81e52fdedb /init | |
parent | bcd5e1a49f0d54afd3c5411bed2f59996e1c53e4 (diff) |
be2net: fix accesses to unicast list
Commit 988d44b "be2net: Avoid redundant addition of mac address in HW"
introduced be_dev_mac_add & be_uc_mac_add helpers that incorrectly
access adapter->uc_list as an array of bytes instead of an array of
be_eth_addr. Consequently NIC is not filled with valid data so unicast
filtering is broken.
Cc: Sathya Perla <sathya.perla@broadcom.com>
Cc: Ajit Khaparde <ajit.khaparde@broadcom.com>
Cc: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
Cc: Somnath Kotur <somnath.kotur@broadcom.com>
Fixes: 988d44b be2net: Avoid redundant addition of mac address in HW
Signed-off-by: Ivan Vecera <cera@cera.cz>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions