Skip to content

Commit

Permalink
qla3xxx: fix: Fix IFF_MULTICAST setting.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ron Mercer authored and Jeff Garzik committed Aug 7, 2008
1 parent 49ef26e commit eb115b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/qla3xxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit eb115b0

Please sign in to comment.