summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt76x0
Commit message (Expand)AuthorAgeFilesLines
...
* mt76: mt76x0: handle chip specific initval differencesFelix Fietkau2018-11-302-4/+49
* mt76x0: do not perform MCU calibration for MT7630Stanislaw Gruszka2018-11-302-0/+8
* mt76x0: phy: unify calibration between mt76x0u and mt76x0eLorenzo Bianconi2018-11-304-84/+4Star
* mt76x0: use mt76x02_mac_work as stats handlerLorenzo Bianconi2018-11-303-71/+1Star
* mt76x0: use shared debugfs implementationLorenzo Bianconi2018-11-304-92/+3Star
* mt76: move mt76x02_mac_work routine in mt76x02-lib moduleLorenzo Bianconi2018-11-301-2/+0Star
* mt76x0: pci: add get_survey supportLorenzo Bianconi2018-11-303-0/+9
* mt76x0: phy: improve code readability in initvals_phy.hLorenzo Bianconi2018-11-301-722/+591Star
* mt76x0: phy: simplify rf configuration routinesLorenzo Bianconi2018-11-302-144/+106Star
* mt76x0: phy: use proper name conventionLorenzo Bianconi2018-11-303-113/+113
* mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi2018-10-133-24/+23Star
* mt76x0: phy: align channel gain logic to mt76x2 oneLorenzo Bianconi2018-10-131-17/+39
* mt76x0: phy: add phy/vco temperature compensationLorenzo Bianconi2018-10-131-25/+23Star
* mt76x0: eeprom: introduce mt76x0_tssi_enabled routineLorenzo Bianconi2018-10-132-1/+7
* mt76x0: phy: update set_channel for mt76x0e devicesLorenzo Bianconi2018-10-131-5/+13
* mt76x0: pci: introduce mt76x0_phy_calirate routineLorenzo Bianconi2018-10-134-3/+55
* mt76x0: pci: rename mt76x0_phy_calibrateLorenzo Bianconi2018-10-131-2/+2
* mt76: move mt76x02_phy_set_band in mt76x02-lib moduleLorenzo Bianconi2018-10-131-14/+2Star
* mt76: move mt76x02_phy_set_bw in mt76x02-lib moduleLorenzo Bianconi2018-10-131-28/+1Star
* mt76x0: phy: remove channel parameter from mt76x0_phy_set_chan_bbp_paramsLorenzo Bianconi2018-10-131-2/+2
* mt76x0: phy: fix restore phase in mt76x0_phy_recalibrate_after_assocLorenzo Bianconi2018-10-131-4/+3Star
* mt76: mt76x0e: another fix for the external PA current settingFelix Fietkau2018-10-131-10/+3Star
* mt76x0: pci: fix set external PA I/O currentYueHaibing2018-10-131-3/+3
* mt76x0: remove dma.hStanislaw Gruszka2018-10-131-126/+0Star
* mt76: reserve enough room for USB tx skbsStanislaw Gruszka2018-10-131-1/+4
* mt76x0: pci: add mt76x0_register_device in mt76x0e_register_deviceLorenzo Bianconi2018-10-131-1/+19
* mt76x0: pci: add missing mac80211 callbacksLorenzo Bianconi2018-10-131-1/+10
* mt76x0: pci: report firmware version using ethtoolLorenzo Bianconi2018-10-131-0/+1
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.cLorenzo Bianconi2018-10-133-28/+26Star
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi2018-10-131-2/+1Star
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_usb_mcu.cLorenzo Bianconi2018-10-131-4/+3Star
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.cLorenzo Bianconi2018-10-131-1/+1
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_phy.cLorenzo Bianconi2018-10-131-4/+4
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.cLorenzo Bianconi2018-10-133-15/+13Star
* mt76x0: phy: fix bank check in mt76x0_rf_csr_{wr,rr}Lorenzo Bianconi2018-10-131-2/+2
* mt76x0: use bus helper to identify rf access methodStanislaw Gruszka2018-10-131-2/+6
* mt76x0: correct RF reg pairs write for PCIeStanislaw Gruszka2018-10-131-3/+16
* mt76x0: correct RF access via RF_CSR register.Stanislaw Gruszka2018-10-131-4/+2Star
* mt76x0: print BBP version only for debugStanislaw Gruszka2018-10-131-1/+1
* mt76: move tx_tasklet management in mt76x02-lib moudleLorenzo Bianconi2018-10-051-1/+1
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mmio.cLorenzo Bianconi2018-10-051-3/+3
* mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi2018-10-051-1/+1
* mt76: rename mt76x02_util.h in mt76x02.hLorenzo Bianconi2018-10-056-14/+4Star
* mt76: move mt76x02_tx in mt76x02-lib moduleLorenzo Bianconi2018-10-055-54/+3Star
* mt76: unify rxwi parsing between mt76x2 and mt76x0 driversLorenzo Bianconi2018-10-059-93/+3Star
* mt76x0: merge mt76x0_dev in mt76x02_devLorenzo Bianconi2018-10-0515-210/+140Star
* mt76x0: remove hw_atomic_mutex mutex in mt76x0_devLorenzo Bianconi2018-10-053-23/+2Star
* mt76x0: remove unused variable in mt76x0_devLorenzo Bianconi2018-10-052-6/+0Star
* mt76x0: mac: use sta ewma estimation for rssi trackingLorenzo Bianconi2018-10-056-62/+17Star
* mt76x0: init: remove unnecessary configurationsLorenzo Bianconi2018-10-051-6/+0Star