|
@@ -793,6 +793,11 @@ static void rt2800_config_channel_rf3xxx(struct rt2x00_dev *rt2x00dev,
|
|
|
TXPOWER_G_TO_DEV(info->tx_power1));
|
|
|
rt2800_rfcsr_write(rt2x00dev, 12, rfcsr);
|
|
|
|
|
|
+ rt2800_rfcsr_read(rt2x00dev, 13, &rfcsr);
|
|
|
+ rt2x00_set_field8(&rfcsr, RFCSR13_TX_POWER,
|
|
|
+ TXPOWER_G_TO_DEV(info->tx_power2));
|
|
|
+ rt2800_rfcsr_write(rt2x00dev, 13, rfcsr);
|
|
|
+
|
|
|
rt2800_rfcsr_read(rt2x00dev, 23, &rfcsr);
|
|
|
rt2x00_set_field8(&rfcsr, RFCSR23_FREQ_OFFSET, rt2x00dev->freq_offset);
|
|
|
rt2800_rfcsr_write(rt2x00dev, 23, rfcsr);
|