dect
/
linux-2.6
Archived
13
0
Fork 0

qla3xxx: Remove NETIF_F_LLTX from driver features.

Driver TX locking was removed some time ago, but the flag was overlooked.
Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Ron Mercer 2007-01-03 16:26:06 -08:00 committed by Jeff Garzik
parent 81ebd49888
commit ca16497a75
1 changed files with 0 additions and 1 deletions

View File

@ -3370,7 +3370,6 @@ static int __devinit ql3xxx_probe(struct pci_dev *pdev,
SET_MODULE_OWNER(ndev);
SET_NETDEV_DEV(ndev, &pdev->dev);
ndev->features = NETIF_F_LLTX;
if (pci_using_dac)
ndev->features |= NETIF_F_HIGHDMA;