aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-13mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi1-15/+8
2018-10-13mt76x0: phy: align channel gain logic to mt76x2 oneLorenzo Bianconi1-17/+39
2018-10-13mt76x0: phy: add phy/vco temperature compensationLorenzo Bianconi1-25/+23
2018-10-13mt76x0: phy: update set_channel for mt76x0e devicesLorenzo Bianconi1-5/+13
2018-10-13mt76x0: pci: introduce mt76x0_phy_calirate routineLorenzo Bianconi1-3/+50
2018-10-13mt76x0: pci: rename mt76x0_phy_calibrateLorenzo Bianconi1-2/+2
2018-10-13mt76: move mt76x02_phy_set_band in mt76x02-lib moduleLorenzo Bianconi1-14/+2
2018-10-13mt76: move mt76x02_phy_set_bw in mt76x02-lib moduleLorenzo Bianconi1-28/+1
2018-10-13mt76x0: phy: remove channel parameter from mt76x0_phy_set_chan_bbp_paramsLorenzo Bianconi1-2/+2
2018-10-13mt76x0: phy: fix restore phase in mt76x0_phy_recalibrate_after_assocLorenzo Bianconi1-4/+3
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.cLorenzo Bianconi1-1/+1
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_phy.cLorenzo Bianconi1-4/+4
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.cLorenzo Bianconi1-13/+11
2018-10-13mt76x0: phy: fix bank check in mt76x0_rf_csr_{wr,rr}Lorenzo Bianconi1-2/+2
2018-10-13mt76x0: use bus helper to identify rf access methodStanislaw Gruszka1-2/+6
2018-10-13mt76x0: correct RF reg pairs write for PCIeStanislaw Gruszka1-3/+16
2018-10-13mt76x0: correct RF access via RF_CSR register.Stanislaw Gruszka1-4/+2
2018-10-13mt76x0: print BBP version only for debugStanislaw Gruszka1-1/+1
2018-10-05mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi1-7/+0
2018-10-05mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi1-38/+36
2018-10-05mt76x0: remove hw_atomic_mutex mutex in mt76x0_devLorenzo Bianconi1-15/+2
2018-10-05mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi1-14/+6
2018-10-01mt76: move set_{tx,rx}_path routines in mt76x02-lib moduleLorenzo Bianconi1-29/+2
2018-10-01mt76x0: phy: set antenna parameter according to wireless bandLorenzo Bianconi1-11/+20
2018-10-01mt76x0: phy: introduce mt76x0_phy_set_txpower routineLorenzo Bianconi1-7/+12
2018-10-01mt76x0: remove eeprom dependency from mt76x0_get_power_infoLorenzo Bianconi1-24/+8
2018-10-01mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rateLorenzo Bianconi1-1/+2
2018-10-01mt76x0: remove mt76x0_phy_set_tx_power and mt76x0_extra_power_over_macLorenzo Bianconi1-38/+0
2018-10-01mt76x0: unify freq offset parsingLorenzo Bianconi1-1/+2
2018-10-01mt76x0: unify temperature offset parsingLorenzo Bianconi1-1/+1
2018-10-01mt76x0: unify rssi_offset parsingLorenzo Bianconi1-11/+1
2018-10-01mt76x0: unify lna_gain parsingLorenzo Bianconi1-17/+7
2018-10-01mt76: move mt76x2_ext_pa_enabled routine in mt76x02_eeprom.cLorenzo Bianconi1-10/+3
2018-09-19mt76: move shared mcu_calibrate routine in mt76x02-lib moduleLorenzo Bianconi1-10/+12
2018-09-19mt76: move mt76{0,2} mcu shared code in mt76x02_mcu.cLorenzo Bianconi1-1/+1
2018-09-19mt76: usb: use common helpers for mcu_alloc_msg()/mcu_send_msg()Lorenzo Bianconi1-5/+5
2018-09-19mt76: add usb implementation of {wr,rd}_rpStanislaw Gruszka1-4/+5
2018-09-19mt76x0: run vco calibration for each channel configurationLorenzo Bianconi1-2/+2
2018-09-19mt76: unify txwi and rxwi structuresStanislaw Gruszka1-1/+1
2018-08-04mt76x0: rename trace symbolsStanislaw Gruszka1-2/+2
2018-08-02mt76x0: phy filesStanislaw Gruszka1-0/+1008