diff options
Diffstat (limited to 'drivers/net/cxgb3')
-rw-r--r-- | drivers/net/cxgb3/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index 1746003eb46a..d6c77607a114 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h | |||
@@ -104,7 +104,7 @@ enum { | |||
104 | PROTO_SRAM_LINES = 128, /* size of TP sram */ | 104 | PROTO_SRAM_LINES = 128, /* size of TP sram */ |
105 | }; | 105 | }; |
106 | 106 | ||
107 | #define MAX_RX_COALESCING_LEN 16224U | 107 | #define MAX_RX_COALESCING_LEN 12288U |
108 | 108 | ||
109 | enum { | 109 | enum { |
110 | PAUSE_RX = 1 << 0, | 110 | PAUSE_RX = 1 << 0, |