Skip to content

Commit

Permalink
b43: N-PHY: fix typo: read table when caching IQ LO calibration (do n…
Browse files Browse the repository at this point in the history
…ot write)

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Rafał Miłecki authored and John W. Linville committed Oct 15, 2010
1 parent 204a665 commit 5818e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43/phy_n.c
Original file line number Diff line number Diff line change
Expand Up @@ -2538,7 +2538,7 @@ static void b43_nphy_save_cal(struct b43_wldev *dev)
}
iqcal_chanspec->center_freq = dev->phy.channel_freq;
iqcal_chanspec->channel_type = dev->phy.channel_type;
b43_ntab_write_bulk(dev, B43_NTAB16(15, 80), 8, table);
b43_ntab_read_bulk(dev, B43_NTAB16(15, 80), 8, table);

if (nphy->hang_avoid)
b43_nphy_stay_in_carrier_search(dev, 0);
Expand Down

0 comments on commit 5818e98

Please sign in to comment.