commit | 7d2837dd7a3239e8201d9bef75c1a708e451e123 | [log] [tgz] |
---|---|---|
author | Michael Chan <michael.chan@broadcom.com> | Wed May 04 16:56:44 2016 -0400 |
committer | David S. Miller <davem@davemloft.net> | Wed May 04 17:11:38 2016 -0400 |
tree | 63af97ab7a1b65bde14299daecc2cd409d4f4df2 | |
parent | 67a95e2022c7f0405408fb1f910283785ece354a [diff] |
bnxt_en: Setup multicast properly after resetting device. The multicast/all-multicast internal flags are not properly restored after device reset. This could lead to unreliable multicast operations after an ethtool configuration change for example. Call bnxt_mc_list_updated() and setup the vnic->mask in bnxt_init_chip() to fix the issue. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>