Re: [PATCH v2] mt76x0: phy: fix restore phase in mt76x0_phy_recalibrate_after_assoc

2018-10-09 Thread Felix Fietkau
On 2018-10-09 10:57, Lorenzo Bianconi wrote: > Fix restore value configured in MT_BBP(IBI, 9) register in > mt76x0_phy_recalibrate_after_assoc routine. > > Fixes: 10de7a8b4ab9 ("mt76x0: phy files") > Signed-off-by: Lorenzo Bianconi Merged, thanks. - Felix

[PATCH v2] mt76x0: phy: fix restore phase in mt76x0_phy_recalibrate_after_assoc

2018-10-09 Thread Lorenzo Bianconi
Fix restore value configured in MT_BBP(IBI, 9) register in mt76x0_phy_recalibrate_after_assoc routine. Fixes: 10de7a8b4ab9 ("mt76x0: phy files") Signed-off-by: Lorenzo Bianconi --- Changes since v1: - use proper register name --- drivers/net/wireless/mediatek/mt76/mt76x0/phy.c | 7 +++ 1