Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb115b00 authored by Ron Mercer's avatar Ron Mercer Committed by Jeff Garzik
Browse files

qla3xxx: fix: Fix IFF_MULTICAST setting.



The driver was erroneously clearing this bit though the hardware supports multicast.

Signed-off-by: default avatarRon Mercer <ron.mercer@qlogic.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@redhat.com>
parent 49ef26eb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);