Staging: brcm80211: fix usage of roundup in structures
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Oct 2010 16:55:53 +0000 (09:55 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 28 Oct 2010 16:55:53 +0000 (09:55 -0700)
commit5af634789c93b97cfb314a102436716be8fbc577
tree17653cb8bffd2f72d20f046b852f11dcd012c7e9
parenteebfc6055aba312f8b620a58fe1c23471cdcd149
Staging: brcm80211: fix usage of roundup in structures

Now that the roundup macro is sane, it can't be used in structure
definitions, or the build breaks..  For now, create a "broken_roundup()"
macro to get everything building again, but in the end, fixing these
structures to use a proper size value is the correct thing to do.

Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Nohee Ko <noheek@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/sys/wlc_event.c
drivers/staging/brcm80211/sys/wlc_key.h