wimax/i2400m: fix BUILD_BUG_ON() to use the maximum message size constant [v1]
authorPrasanna S. Panchamukhi <prasannax.s.panchamukhi@intel.com>
Thu, 8 Apr 2010 23:24:29 +0000 (16:24 -0700)
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Tue, 11 May 2010 21:06:20 +0000 (14:06 -0700)
commit718e94907d79e74bbc7cfdb3cda2266079c5e993
treed4204aa311601871d3a66d28c185dedfb28bddc7
parenta40242f2cde38ccb04d4c35cad66aab3c047fa6a
wimax/i2400m: fix BUILD_BUG_ON() to use the maximum message size constant [v1]

The older method of computing the maximum PDU size relied
on a method that doesn't work when we prop the maximum
number of payloads up to the physical limit, and thus we kill
the whole computation and just verify that the constants are
congruent.

Signed-off-by: Prasanna S. Panchamukhi <prasannax.s.panchamukhi@intel.com>
drivers/net/wimax/i2400m/tx.c