Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150368
b: refs/heads/master
c: 2552c31
h: refs/heads/master
v: v3
  • Loading branch information
Brice Goglin authored and David S. Miller committed May 25, 2009
1 parent 5146a20 commit 57e45ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18af3e7c4535be88f864fc4bcff9a97fb4ae3731
refs/heads/master: 2552c31be3bcc7681e603cde44d97b66e4a885f0
7 changes: 1 addition & 6 deletions trunk/drivers/net/myri10ge/myri10ge.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,10 +327,6 @@ static int myri10ge_debug = -1; /* defaults above */
module_param(myri10ge_debug, int, 0);
MODULE_PARM_DESC(myri10ge_debug, "Debug level (0=none,...,16=all)");

static int myri10ge_lro = 1;
module_param(myri10ge_lro, int, S_IRUGO);
MODULE_PARM_DESC(myri10ge_lro, "Enable large receive offload");

static int myri10ge_lro_max_pkts = MYRI10GE_LRO_MAX_PKTS;
module_param(myri10ge_lro_max_pkts, int, S_IRUGO);
MODULE_PARM_DESC(myri10ge_lro_max_pkts,
Expand Down Expand Up @@ -3918,8 +3914,7 @@ static int myri10ge_probe(struct pci_dev *pdev, const struct pci_device_id *ent)

if (dac_enabled)
netdev->features |= NETIF_F_HIGHDMA;
if (myri10ge_lro)
netdev->features |= NETIF_F_LRO;
netdev->features |= NETIF_F_LRO;

/* make sure we can get an irq, and that MSI can be
* setup (if available). Also ensure netdev->irq
Expand Down

0 comments on commit 57e45ce

Please sign in to comment.