提交 eb115b00 编写于 作者: R Ron Mercer 提交者: Jeff Garzik

qla3xxx: fix: Fix IFF_MULTICAST setting.

The driver was erroneously clearing this bit though the hardware supports multicast.
Signed-off-by: NRon Mercer <ron.mercer@qlogic.com>
Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
上级 49ef26eb
......@@ -4036,9 +4036,6 @@ static int __devinit ql3xxx_probe(struct pci_dev *pdev,
ndev->tx_queue_len = NUM_REQ_Q_ENTRIES;
/* Turn off support for multicasting */
ndev->flags &= ~IFF_MULTICAST;
/* Record PCI bus information. */
ql_get_board_info(qdev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册