aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibmveth.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ibmveth.h')
-rw-r--r--drivers/net/ibmveth.h2
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
104static int pool_size[] = { 512, 1024 * 2, 1024 * 16, 1024 * 32, 1024 * 64 }; 104static int pool_size[] = { 512, 1024 * 2, 1024 * 16, 1024 * 32, 1024 * 64 };
105static int pool_count[] = { 256, 768, 256, 256, 256 }; 105static int pool_count[] = { 256, 512, 256, 256, 256 };
106static int pool_active[] = { 1, 1, 0, 0, 0}; 106static 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)