netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ron Mercer <ron.mercer@qlogic.com>
To: netdev@vger.kernel.org
Cc: ron.mercer@qlogic.com, benjamin.li@qlogic.com
Subject: [PATCH 4/5] qla3xxx: Remove NETIF_F_LLTX from driver features.
Date: Tue, 19 Dec 2006 10:22:38 -0800	[thread overview]
Message-ID: <11665525601338-git-send-email-ron.mercer@qlogic.com> (raw)
In-Reply-To: <20061219181855.GA8179@linux-7mw0.qlogic.org>

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


  parent reply	other threads:[~2006-12-19 18:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-19 18:18 [PATCH 0/5] qla3xxx:resubmit support for Qlogic 4032 and fixes Ron Mercer
2006-12-19 18:22 ` [PATCH 1/5] qla3xxx: Add support for Qlogic 4032 chip Ron Mercer
2006-12-19 18:22 ` [PATCH 2/5] qla3xxx: Change version to v2.03.00-k2 Ron Mercer
2006-12-19 18:22 ` [PATCH 3/5] qla3xxx: Add delay to NVRAM register access Ron Mercer
2006-12-19 18:22 ` Ron Mercer [this message]
2006-12-19 18:22 ` [PATCH 5/5] qla3xxx: Fixed rx checksum warning Ron Mercer
2006-12-26 21:34 ` [PATCH 0/5] qla3xxx:resubmit support for Qlogic 4032 and fixes Jeff Garzik
2007-01-03 22:36   ` Pull request for 'qla3xxx-upstream-fixes-20070103-00' tag Francois Romieu
2007-01-08  3:44     ` Jeff Garzik
2007-01-04  0:25   ` [PATCH 0/5] qla3xxx:resubmit support for Qlogic 4032 and fixes Ron Mercer
2007-01-04  0:33     ` [PATCH 1/3] qla3xxx: Remove NETIF_F_LLTX from driver features Ron Mercer
2007-01-04  0:33     ` [PATCH 2/3] qla3xxx: Add delay to NVRAM register access Ron Mercer
2007-01-04  0:33     ` [PATCH 3/3] qla3xxx: Add support for Qlogic 4032 chip Ron Mercer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11665525601338-git-send-email-ron.mercer@qlogic.com \
    --to=ron.mercer@qlogic.com \
    --cc=benjamin.li@qlogic.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).