From: Hauke Mehrtens Date: Mon, 27 Feb 2012 23:56:04 +0000 (+0100) Subject: ssb: sprom fix some sizes / signedness X-Git-Tag: v3.4-rc1~177^2~108^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd8d90b624e97105d26615d1655da22a3605fff;p=pandora-kernel.git ssb: sprom fix some sizes / signedness Some parts of the sprom struct are bigger than needed. The leddc and maxpwr values are just 8 bit long and not 16. rxpo2g and rxpo5g are signed I got these information for the open source part of the Broadcom SDK covering sprom version 1 to 9. rxpo2g contained a negative number on my bcm5354 based device, this cased an error and Broadcom SDK says this is signed. Signed-off-by: Hauke Mehrtens Signed-off-by: John W. Linville --- Reading git-diff-tree failed