Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189535
b: refs/heads/master
c: 93f4d91
h: refs/heads/master
i:
  189533: 6bd8932
  189531: 2f45870
  189527: aec1aaf
  189519: e9c7469
  189503: fe48e1c
v: v3
  • Loading branch information
Neil Horman authored and David S. Miller committed Apr 2, 2010
1 parent f8885f1 commit 4f242c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 43e9da8d782b8a40d5127fcc59ac2e543cf16d7d
refs/heads/master: 93f4d91d879acfcb0ba9c2725e3133fcff2dfd1e
4 changes: 2 additions & 2 deletions trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -3227,8 +3227,8 @@ static void rtl8169_set_rxbufsize(struct rtl8169_private *tp,
unsigned int max_frame = mtu + VLAN_ETH_HLEN + ETH_FCS_LEN;

if (max_frame != 16383)
printk(KERN_WARNING "WARNING! Changing of MTU on this NIC"
"May lead to frame reception errors!\n");
printk(KERN_WARNING PFX "WARNING! Changing of MTU on this "
"NIC may lead to frame reception errors!\n");

tp->rx_buf_sz = (max_frame > RX_BUF_SIZE) ? max_frame : RX_BUF_SIZE;
}
Expand Down

0 comments on commit 4f242c7

Please sign in to comment.