aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2007-02-13 16:56:21 -0600
committerJohn W. Linville <linville@tuxdriver.com>2007-02-14 15:45:05 -0500
commita5d79d1e4fa58e12a37c91963fc071d811d2cffd (patch)
tree71326446230d02aae6826411c541764c3d78e6d9 /net/ieee80211
parent[PATCH] bcm43xx: Fix for 4311 and 02/07/07 specification changes (diff)
downloadlinux-dev-a5d79d1e4fa58e12a37c91963fc071d811d2cffd.tar.xz
linux-dev-a5d79d1e4fa58e12a37c91963fc071d811d2cffd.zip
[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 'net/ieee80211')
0 files changed, 0 insertions, 0 deletions