Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183969
b: refs/heads/master
c: e0fee99
h: refs/heads/master
i:
  183967: a9ae9ce
v: v3
  • Loading branch information
Breno Leitao authored and David S. Miller committed Feb 4, 2010
1 parent 3801508 commit a8e1257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: d088dde7b19628f386c486f16cd471f5b5682ca8
refs/heads/master: e0fee99fce97af37b1db6ed8dd6951fb9a8d7201
3 changes: 0 additions & 3 deletions trunk/drivers/net/qlge/qlge_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4123,9 +4123,6 @@ static int qlge_change_mtu(struct net_device *ndev, int new_mtu)
QPRINTK(qdev, IFUP, ERR, "Changing to jumbo MTU.\n");
} else if (ndev->mtu == 9000 && new_mtu == 1500) {
QPRINTK(qdev, IFUP, ERR, "Changing to normal MTU.\n");
} else if ((ndev->mtu == 1500 && new_mtu == 1500) ||
(ndev->mtu == 9000 && new_mtu == 9000)) {
return 0;
} else
return -EINVAL;

Expand Down

0 comments on commit a8e1257

Please sign in to comment.