diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2010-10-14 13:33:35 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-10-15 15:57:37 -0400 |
commit | 5818e989360b06d249cf1d88e7d4601ca70a7322 (patch) | |
tree | 854f44d324497d0ff3a93eba4ccdd49b5fd084ba /drivers/net/wireless | |
parent | 204a665ba390bca861ad7b1a061f3ccded0e7eab (diff) |
b43: N-PHY: fix typo: read table when caching IQ LO calibration (do not write)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/b43/phy_n.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/b43/phy_n.c b/drivers/net/wireless/b43/phy_n.c index 3ade0191f319..dd9cfe58f762 100644 --- a/drivers/net/wireless/b43/phy_n.c +++ b/drivers/net/wireless/b43/phy_n.c | |||
@@ -2538,7 +2538,7 @@ static void b43_nphy_save_cal(struct b43_wldev *dev) | |||
2538 | } | 2538 | } |
2539 | iqcal_chanspec->center_freq = dev->phy.channel_freq; | 2539 | iqcal_chanspec->center_freq = dev->phy.channel_freq; |
2540 | iqcal_chanspec->channel_type = dev->phy.channel_type; | 2540 | iqcal_chanspec->channel_type = dev->phy.channel_type; |
2541 | b43_ntab_write_bulk(dev, B43_NTAB16(15, 80), 8, table); | 2541 | b43_ntab_read_bulk(dev, B43_NTAB16(15, 80), 8, table); |
2542 | 2542 | ||
2543 | if (nphy->hang_avoid) | 2543 | if (nphy->hang_avoid) |
2544 | b43_nphy_stay_in_carrier_search(dev, 0); | 2544 | b43_nphy_stay_in_carrier_search(dev, 0); |