summaryrefslogtreecommitdiff
path: root/drivers/infiniband
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2007-02-13 22:56:21 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2007-02-14 20:45:05 (GMT)
commita5d79d1e4fa58e12a37c91963fc071d811d2cffd (patch)
tree71326446230d02aae6826411c541764c3d78e6d9 /drivers/infiniband
parent740ac4fb08866d702be90f167665d03759bd27d0 (diff)
downloadlinux-fsl-qoriq-a5d79d1e4fa58e12a37c91963fc071d811d2cffd.tar.xz
[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<Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/infiniband')
0 files changed, 0 insertions, 0 deletions