From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Finger Date: Sat, 15 Oct 2011 08:29:05 -0500 Subject: [PATCH] ssb: Convert to use crc8 code in kernel library In-Reply-To: <4E9943D5.1060607@broadcom.com> References: <4e90ce9a.89uGF659NNpbpyA3%Larry.Finger@lwfinger.net> <20111014111103.5658d4aa@mj> <4E986392.7020008@lwfinger.net> <4E9943D5.1060607@broadcom.com> Message-ID: <4E998AA1.4080907@lwfinger.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Arend van Spriel Cc: Pavel Roskin , John W Linville , Michael Buesch , "zajec5@gmail.com" , "b43-dev@lists.infradead.org" , "linux-wireless@vger.kernel.org" On 10/15/2011 03:27 AM, Arend van Spriel wrote: > > Feedback on the renaming is indeed valid. Passing the word count is > better here. For brcmsmac I plan to fill the buffer using 8-bit reads > from SPROM, verify the crc8, and perform the endianess conversion from > le16 to cpu when crc is ok (actually under review internally). That sounds like a good plan. When that is posted, I'll study if that kind of change makes sense for ssb. Larry