Commit 8e60b044 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by John W. Linville

b43: N-PHY: rev1: enable some gain ctl workarounds

Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 9c1f992c
...@@ -1281,6 +1281,7 @@ static void b43_nphy_gain_ctrl_workarounds(struct b43_wldev *dev) ...@@ -1281,6 +1281,7 @@ static void b43_nphy_gain_ctrl_workarounds(struct b43_wldev *dev)
B43_NPHY_TABLE_DATALO, tmp); B43_NPHY_TABLE_DATALO, tmp);
} }
} }
}
b43_nphy_set_rf_sequence(dev, 5, b43_nphy_set_rf_sequence(dev, 5,
rfseq_events, rfseq_delays, 3); rfseq_events, rfseq_delays, 3);
...@@ -1292,7 +1293,6 @@ static void b43_nphy_gain_ctrl_workarounds(struct b43_wldev *dev) ...@@ -1292,7 +1293,6 @@ static void b43_nphy_gain_ctrl_workarounds(struct b43_wldev *dev)
b43_phy_maskset(dev, B43_PHY_N(0xC5D), b43_phy_maskset(dev, B43_PHY_N(0xC5D),
0xFF80, 4); 0xFF80, 4);
} }
}
} }
/* http://bcm-v4.sipsolutions.net/802.11/PHY/N/Workarounds */ /* http://bcm-v4.sipsolutions.net/802.11/PHY/N/Workarounds */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment