Re: [PATCH] mt76x0: do not overwrite other MT_BBP(AGC, 8) fields

2018-11-01 Thread Felix Fietkau
On 2018-10-31 08:32, Stanislaw Gruszka wrote: > MT_BBP(AGC, 8) register has values depend on band in > mt76x0_bbp_switch_tab, so we should not overwrite other fields > than MT_BBP_AGC_GAIN when setting gain. > > This can fix performance issues when connecting to 2.4GHz AP. > > Fixes:

Re: [PATCH] mt76x0: do not overwrite other MT_BBP(AGC, 8) fields

2018-10-31 Thread Lorenzo Bianconi
> MT_BBP(AGC, 8) register has values depend on band in > mt76x0_bbp_switch_tab, so we should not overwrite other fields > than MT_BBP_AGC_GAIN when setting gain. > > This can fix performance issues when connecting to 2.4GHz AP. > > Fixes: 4636a2544c3b ("mt76x0: phy: align channel gain logic to

[PATCH] mt76x0: do not overwrite other MT_BBP(AGC, 8) fields

2018-10-31 Thread Stanislaw Gruszka
MT_BBP(AGC, 8) register has values depend on band in mt76x0_bbp_switch_tab, so we should not overwrite other fields than MT_BBP_AGC_GAIN when setting gain. This can fix performance issues when connecting to 2.4GHz AP. Fixes: 4636a2544c3b ("mt76x0: phy: align channel gain logic to mt76x2 one")