diff options
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/rrunner.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/net/rrunner.c b/drivers/net/rrunner.c index 19152f54ef2b..b822859c8de3 100644 --- a/drivers/net/rrunner.c +++ b/drivers/net/rrunner.c | |||
| @@ -79,12 +79,10 @@ static char version[] __devinitdata = "rrunner.c: v0.50 11/11/2002 Jes Sorensen | |||
| 79 | */ | 79 | */ |
| 80 | 80 | ||
| 81 | /* | 81 | /* |
| 82 | * These are checked at init time to see if they are at least 256KB | 82 | * sysctl_[wr]mem_max are checked at init time to see if they are at |
| 83 | * and increased to 256KB if they are not. This is done to avoid ending | 83 | * least 256KB and increased to 256KB if they are not. This is done to |
| 84 | * up with socket buffers smaller than the MTU size, | 84 | * avoid ending up with socket buffers smaller than the MTU size, |
| 85 | */ | 85 | */ |
| 86 | extern __u32 sysctl_wmem_max; | ||
| 87 | extern __u32 sysctl_rmem_max; | ||
| 88 | 86 | ||
| 89 | static int __devinit rr_init_one(struct pci_dev *pdev, | 87 | static int __devinit rr_init_one(struct pci_dev *pdev, |
| 90 | const struct pci_device_id *ent) | 88 | const struct pci_device_id *ent) |
