From: Larry Finger Date: Tue, 13 Feb 2007 22:56:21 +0000 (-0600) Subject: [PATCH] bcm43xx: OFDM fix for rev 1 cards X-Git-Tag: v2.6.21-rc1~51^2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5d79d1e4fa58e12a37c91963fc071d811d2cffd;p=pandora-kernel.git [PATCH] bcm43xx: OFDM fix for rev 1 cards Nearly all of the writes to the bcm43xx internal lookup tables (ilt) involve 16-bit quantities. Accordingly, the ilt_write routine was coded to pass a u16 value. For one early GPHY chip, 32-bit quantities are needed. For those writes, the value was clipped to 16 bits. This patch adds an ilt_write32 routine that receives a 32-bit quantity and writes it to the appropriate locations. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed