mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
b43: N-PHY: fix copy&paste typo
Reported-by: Myhailo Danylenko <isbear@ukrpost.net> Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
6bbe89de24
commit
bc53e5129c
1 changed files with 1 additions and 1 deletions
|
@ -2800,7 +2800,7 @@ static int b43_nphy_cal_tx_iq_lo(struct b43_wldev *dev,
|
|||
}
|
||||
b43_ntab_write_bulk(dev, B43_NTAB16(15, 88), 4,
|
||||
buffer);
|
||||
b43_ntab_write_bulk(dev, B43_NTAB16(15, 101), 2,
|
||||
b43_ntab_read_bulk(dev, B43_NTAB16(15, 101), 2,
|
||||
buffer);
|
||||
b43_ntab_write_bulk(dev, B43_NTAB16(15, 85), 2,
|
||||
buffer);
|
||||
|
|
Loading…
Reference in a new issue