tg3: Automatically size stat/test string arrays
authorMatt Carlson <mcarlson@broadcom.com>
Wed, 13 Apr 2011 11:05:06 +0000 (11:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2011 00:10:07 +0000 (17:10 -0700)
commit48fa55a0a5e20b9e2a28a72c66c7027678cae6bb
tree9f8a3c77bbb17b414f51125003d44fb41bc306dd
parente64de4e6c660dae6d6370b3acb59d5d5cc9ecf20
tg3: Automatically size stat/test string arrays

This patch reimplements the size preprocessor constants of the stats and
ethtool test string arrays.  The size is calculated at compile time
rather than using static constants.

Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Benjamin Li <benli@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c