staging: brcm80211: remove CRC_INNER_LOOP macro
authorArend van Spriel <arend@broadcom.com>
Tue, 3 May 2011 09:35:55 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 19:42:46 +0000 (12:42 -0700)
commit085a5cf16299e139672e51f9cf9e605b5b294af2
treebfe914625feface38bdfd2b8be3f10877d108bff
parentc19cf5d022cdc9fcfac69bc634d9c02dd4f9475e
staging: brcm80211: remove CRC_INNER_LOOP macro

With the removal of hndcrc16 and hndcrc32 this macro is not needed
anymore. Also the crc-ccitt library functions provide an equivalent
static inline function for this operation.

Cc: devel@linuxdriverproject.org
Cc: linux-wireless@vger.kernel.org
Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/util/bcmutils.c