2013.06.24. 15:00 keltezéssel, Helmut Schaa írta: > On Sat, Jun 22, 2013 at 5:42 PM, Gabor Juhos <juhosg@xxxxxxxxxxx> wrote: >> The secondary PAs/LNAs are turned on only for 2T/2R >> devices, however these are used for 3T/3R devices as >> well. Always turn those on if the device uses more >> than one tx/rx chains. >> >> Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> >> --- >> drivers/net/wireless/rt2x00/rt2800lib.c | 8 ++++---- >> 1 file changed, 4 insertions(+), 4 deletions(-) >> >> diff --git a/drivers/net/wireless/rt2x00/rt2800lib.c b/drivers/net/wireless/rt2x00/rt2800lib.c >> index 4072242..f4cd3d8 100644 >> --- a/drivers/net/wireless/rt2x00/rt2800lib.c >> +++ b/drivers/net/wireless/rt2x00/rt2800lib.c >> @@ -2678,16 +2678,16 @@ static void rt2800_config_channel(struct rt2x00_dev *rt2x00dev, >> >> tx_pin = 0; >> >> - /* Turn on unused PA or LNA when not using 1T or 1R */ >> - if (rt2x00dev->default_ant.tx_chain_num == 2) { >> + if (rt2x00dev->default_ant.tx_chain_num > 1) { >> + /* Turn on secondary PAs for 2T adn for 3T devices*/ > > Typo adn -> and. > > Otherwise looks good to me. Thanks, I will send a fixed version. -Gabor -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html