Re: [PATCH 04/13] mt76x0: pci: introduce mt76x0_phy_calirate routine

2018-10-12 Thread Lorenzo Bianconi
> > On Fri, Oct 12, 2018 at 12:16:20PM +0200, Lorenzo Bianconi wrote: > > Add mt76x0_phy_calirate routine in order to perform > > phy calibration for mt76x0e devices. > > > @@ -671,9 +713,14 @@ int mt76x0_phy_set_channel(struct mt76x02_dev *dev, > > /* Vendor driver don't do it */ > >

Re: [PATCH 04/13] mt76x0: pci: introduce mt76x0_phy_calirate routine

2018-10-12 Thread Stanislaw Gruszka
On Fri, Oct 12, 2018 at 12:16:20PM +0200, Lorenzo Bianconi wrote: > Add mt76x0_phy_calirate routine in order to perform > phy calibration for mt76x0e devices. > @@ -671,9 +713,14 @@ int mt76x0_phy_set_channel(struct mt76x02_dev *dev, > /* Vendor driver don't do it */ > /*

[PATCH 04/13] mt76x0: pci: introduce mt76x0_phy_calirate routine

2018-10-12 Thread Lorenzo Bianconi
Add mt76x0_phy_calirate routine in order to perform phy calibration for mt76x0e devices. Signed-off-by: Lorenzo Bianconi --- .../net/wireless/mediatek/mt76/mt76x0/mcu.h | 3 ++ .../wireless/mediatek/mt76/mt76x0/mt76x0.h| 1 + .../net/wireless/mediatek/mt76/mt76x0/pci.c | 1 +