2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 15:13:55 +08:00
linux-next/drivers/net/ethernet/broadcom/bnxt
Michael Chan b664f008b0 bnxt_en: Setup uc_list mac filters after resetting the chip.
Call bnxt_cfg_rx_mode() in bnxt_init_chip() to setup uc_list and
mc_list mac address filters.  Before the patch, uc_list is not
setup again after chip reset (such as ethtool ring size change)
and macvlans don't work any more after that.

Modify bnxt_cfg_rx_mode() to return error codes appropriately so
that the init chip sequence can detect any failures.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-03 15:07:13 -05:00
..
bnxt_ethtool.c
bnxt_ethtool.h
bnxt_fw_hdr.h
bnxt_hsi.h
bnxt_nvm_defs.h
bnxt_sriov.c bnxt_en: enforce proper storing of MAC address 2015-12-03 15:07:13 -05:00
bnxt_sriov.h
bnxt.c bnxt_en: Setup uc_list mac filters after resetting the chip. 2015-12-03 15:07:13 -05:00
bnxt.h bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4 2015-11-05 16:33:08 -05:00
Makefile