diff options
Diffstat (limited to 'drivers/net/ibmveth.h')
-rw-r--r-- | drivers/net/ibmveth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ibmveth.h b/drivers/net/ibmveth.h index ec76ace66c6b..f3ede8184b6d 100644 --- a/drivers/net/ibmveth.h +++ b/drivers/net/ibmveth.h | |||
@@ -102,7 +102,7 @@ static inline long h_illan_attributes(unsigned long unit_address, | |||
102 | #define IBMVETH_MAX_BUF_SIZE (1024 * 128) | 102 | #define IBMVETH_MAX_BUF_SIZE (1024 * 128) |
103 | 103 | ||
104 | static int pool_size[] = { 512, 1024 * 2, 1024 * 16, 1024 * 32, 1024 * 64 }; | 104 | static int pool_size[] = { 512, 1024 * 2, 1024 * 16, 1024 * 32, 1024 * 64 }; |
105 | static int pool_count[] = { 256, 768, 256, 256, 256 }; | 105 | static int pool_count[] = { 256, 512, 256, 256, 256 }; |
106 | static int pool_active[] = { 1, 1, 0, 0, 0}; | 106 | static int pool_active[] = { 1, 1, 0, 0, 0}; |
107 | 107 | ||
108 | #define IBM_VETH_INVALID_MAP ((u16)0xffff) | 108 | #define IBM_VETH_INVALID_MAP ((u16)0xffff) |