* [PATCH 2/3] qla3xxx: Remove NETIF_F_LLTX from driver features.
@ 2006-12-11 22:29 Ron Mercer
0 siblings, 0 replies; only message in thread
From: Ron Mercer @ 2006-12-11 22:29 UTC (permalink / raw)
To: netdev; +Cc: ron.mercer
The TX locking was removed some time ago but this flag was overlooked.
Signed-off-by: Ron Mercer <ron.mercer@qlogic.com>
---
drivers/net/qla3xxx.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/qla3xxx.c b/drivers/net/qla3xxx.c
index 5aef8aa..24205c6 100644
--- a/drivers/net/qla3xxx.c
+++ b/drivers/net/qla3xxx.c
@@ -3630,7 +3630,6 @@ static int __devinit ql3xxx_probe(struct
qdev->msg_enable = netif_msg_init(debug, default_msg);
- ndev->features |= NETIF_F_LLTX;
if (pci_using_dac)
ndev->features |= NETIF_F_HIGHDMA;
if (qdev->device_id == QL3032_DEVICE_ID)
--
1.4.2.rc2-dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-12-11 22:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-11 22:29 [PATCH 2/3] qla3xxx: Remove NETIF_F_LLTX from driver features Ron Mercer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).