From mboxrd@z Thu Jan 1 00:00:00 1970 From: Larry Finger Date: Wed, 26 Oct 2011 17:24:46 -0500 Subject: Switching ssb to read 8-bit quantities from SPROM Message-ID: <4EA888AE.30406@lwfinger.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michael Buesch , =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: b43-dev , wireless I tested the effects of changing ssb to read the SSPROM in 8-bit hunks rather than as 16-bit words in the manner that was just submitted for brcmsmac. Although this simplifies the calculation of the crc8, it only reduced the size of the module by 31 bytes, thus I will not be submitting the patch. When the library version of the crc8 routine was used rather than the one built into ssb, the size of the driver was increased by 17 bytes. Larry