Skip to content

Commit

Permalink
rtl8187: Change TX power settings
Browse files Browse the repository at this point in the history
The latest vendor driver (rtl8187B_linux_26.1036.0708.2008) has a different
CCK power setting code as compared with the Linux driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Tested-by: Piter Punk <piterpk@terra.com.br>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Larry Finger authored and John W. Linville committed Nov 10, 2008
1 parent b2e53b3 commit c483246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rtl8187_rtl8225.c
Original file line number Diff line number Diff line change
@@ -625,7 +625,7 @@ static void rtl8225z2_b_rf_set_tx_power(struct ieee80211_hw *dev, int channel)
rtl8225_write_phy_cck(dev, 0x44 + i, *tmp++);

rtl818x_iowrite8(priv, &priv->map->TX_GAIN_CCK,
rtl8225z2_tx_gain_cck_ofdm[cck_power]);
rtl8225z2_tx_gain_cck_ofdm[cck_power] << 1);
msleep(1);

rtl818x_iowrite8(priv, &priv->map->TX_GAIN_OFDM,

0 comments on commit c483246

Please sign in to comment.