diff options
Diffstat (limited to 'drivers/net/e1000e/param.c')
-rw-r--r-- | drivers/net/e1000e/param.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/e1000e/param.c b/drivers/net/e1000e/param.c index 34aeec13bb1..3d36911f77f 100644 --- a/drivers/net/e1000e/param.c +++ b/drivers/net/e1000e/param.c | |||
@@ -91,7 +91,6 @@ E1000_PARAM(TxAbsIntDelay, "Transmit Absolute Interrupt Delay"); | |||
91 | * Valid Range: 0-65535 | 91 | * Valid Range: 0-65535 |
92 | */ | 92 | */ |
93 | E1000_PARAM(RxIntDelay, "Receive Interrupt Delay"); | 93 | E1000_PARAM(RxIntDelay, "Receive Interrupt Delay"); |
94 | #define DEFAULT_RDTR 0 | ||
95 | #define MAX_RXDELAY 0xFFFF | 94 | #define MAX_RXDELAY 0xFFFF |
96 | #define MIN_RXDELAY 0 | 95 | #define MIN_RXDELAY 0 |
97 | 96 | ||
@@ -101,7 +100,6 @@ E1000_PARAM(RxIntDelay, "Receive Interrupt Delay"); | |||
101 | * Valid Range: 0-65535 | 100 | * Valid Range: 0-65535 |
102 | */ | 101 | */ |
103 | E1000_PARAM(RxAbsIntDelay, "Receive Absolute Interrupt Delay"); | 102 | E1000_PARAM(RxAbsIntDelay, "Receive Absolute Interrupt Delay"); |
104 | #define DEFAULT_RADV 8 | ||
105 | #define MAX_RXABSDELAY 0xFFFF | 103 | #define MAX_RXABSDELAY 0xFFFF |
106 | #define MIN_RXABSDELAY 0 | 104 | #define MIN_RXABSDELAY 0 |
107 | 105 | ||