diff options
Diffstat (limited to 'drivers/net/e1000/e1000_param.c')
-rw-r--r-- | drivers/net/e1000/e1000_param.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/e1000/e1000_param.c b/drivers/net/e1000/e1000_param.c index 9fbb562dc964..10d8d98bb797 100644 --- a/drivers/net/e1000/e1000_param.c +++ b/drivers/net/e1000/e1000_param.c | |||
@@ -188,14 +188,6 @@ E1000_PARAM(InterruptThrottleRate, "Interrupt Throttling Rate"); | |||
188 | */ | 188 | */ |
189 | E1000_PARAM(SmartPowerDownEnable, "Enable PHY smart power down"); | 189 | E1000_PARAM(SmartPowerDownEnable, "Enable PHY smart power down"); |
190 | 190 | ||
191 | /* Enable Kumeran Lock Loss workaround | ||
192 | * | ||
193 | * Valid Range: 0, 1 | ||
194 | * | ||
195 | * Default Value: 1 (enabled) | ||
196 | */ | ||
197 | E1000_PARAM(KumeranLockLoss, "Enable Kumeran lock loss workaround"); | ||
198 | |||
199 | struct e1000_option { | 191 | struct e1000_option { |
200 | enum { enable_option, range_option, list_option } type; | 192 | enum { enable_option, range_option, list_option } type; |
201 | const char *name; | 193 | const char *name; |