WAVELAN - compile-time check for struct sizes
authorHelge Deller <deller@gmx.de>
Sun, 13 Jan 2008 14:16:34 +0000 (15:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:09:50 +0000 (15:09 -0800)
Convert optional struct size checks to non-optional compile-time checks.
Furthermore BUILD_BUG_ON() which will be optimized away by the compiler.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found