Re: [PATCH 2/5] rt2x00: rework channel config function

2018-10-09 Thread Stanislaw Gruszka
On Mon, Sep 17, 2018 at 06:32:52PM +0200, Tomislav Požega wrote: > Enable LNAs only for the current operating band. Change power > amplifiers enabling style to the one in vco calibration routine > and drop redundant cap_bt_coexist enable of PA0. > - rt2x00_set_field32(_pin,

Re: [PATCH 2/5] rt2x00: rework channel config function

2018-09-18 Thread Stanislaw Gruszka
On Mon, Sep 17, 2018 at 06:32:52PM +0200, Tomislav Požega wrote: > - switch (rt2x00dev->default_ant.tx_chain_num) { > - case 3: > - /* Turn on tertiary PAs */ > - rt2x00_set_field32(_pin, TX_PIN_CFG_PA_PE_A2_EN, > -rf->channel > 14);

[PATCH 2/5] rt2x00: rework channel config function

2018-09-17 Thread Tomislav Požega
Enable LNAs only for the current operating band. Change power amplifiers enabling style to the one in vco calibration routine and drop redundant cap_bt_coexist enable of PA0. Signed-off-by: Tomislav Požega --- drivers/net/wireless/ralink/rt2x00/rt2800lib.c | 75 1