From: Arend van Spriel Date: Tue, 3 May 2011 09:35:53 +0000 (+0200) Subject: staging: brcm80211: replace hndcrc16 with crc-ccitt function X-Git-Tag: v3.0-rc1~336^2~540 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a189f763e6a4c4a630efdeb393559ff7b59b8c3;p=pandora-kernel.git staging: brcm80211: replace hndcrc16 with crc-ccitt function The implementation of hndcrc16 is identical to that of the crc-ccitt function available in linux kernel library functions. The driver now uses the crc-ccitt function. Cc: devel@linuxdriverproject.org Cc: linux-wireless@vger.kernel.org Cc: Brett Rudley Cc: Henry Ptasinski Cc: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed