diff options
Diffstat (limited to 'drivers/net/ixgb/ixgb.h')
-rw-r--r-- | drivers/net/ixgb/ixgb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb.h b/drivers/net/ixgb/ixgb.h index 3cec7b98d52f..69529ec9dfe1 100644 --- a/drivers/net/ixgb/ixgb.h +++ b/drivers/net/ixgb/ixgb.h | |||
@@ -94,7 +94,7 @@ struct ixgb_adapter; | |||
94 | #define MIN_TXD 64 | 94 | #define MIN_TXD 64 |
95 | 95 | ||
96 | /* hardware cannot reliably support more than 512 descriptors owned by | 96 | /* hardware cannot reliably support more than 512 descriptors owned by |
97 | * hardware descrioptor cache otherwise an unreliable ring under heavy | 97 | * hardware descrioptor cache otherwise an unreliable ring under heavy |
98 | * recieve load may result */ | 98 | * recieve load may result */ |
99 | /* #define DEFAULT_RXD 1024 */ | 99 | /* #define DEFAULT_RXD 1024 */ |
100 | /* #define MAX_RXD 4096 */ | 100 | /* #define MAX_RXD 4096 */ |