qla3xxx: fix: Fix IFF_MULTICAST setting.
authorRon Mercer <ron.mercer@qlogic.com>
Thu, 31 Jul 2008 20:46:05 +0000 (13:46 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 7 Aug 2008 06:11:13 +0000 (02:11 -0400)
The driver was erroneously clearing this bit though the hardware supports multicast.

Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/qla3xxx.c

index 763169f9299fc72b14f88eff48de7cd78cd058f3..51aa027a5099ee32c4a9230754694450dcf478a4 100644 (file)
@@ -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);
 
This page took 0.031144 seconds and 5 git commands to generate.