aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16mt76: fix uninitialized mutex access setting rts thresholdLorenzo Bianconi2-3/+2
2018-11-06mt76: fix building without CONFIG_LEDS_CLASSArnd Bergmann3-5/+15
2018-10-13mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi4-26/+23
2018-10-13mt76x0: phy: align channel gain logic to mt76x2 oneLorenzo Bianconi1-17/+39
2018-10-13mt76: introduce mt76x02_init_agc_gain routineLorenzo Bianconi3-11/+14
2018-10-13mt76: move mt76x02_phy_adjust_vga_gain in mt76/mt76x02_phy.cLorenzo Bianconi3-20/+24
2018-10-13mt76: move rssi_gain_thresh routines in mt76x02-lib moduleLorenzo Bianconi2-28/+28
2018-10-13mt76x0: phy: add phy/vco temperature compensationLorenzo Bianconi2-26/+25
2018-10-13mt76x0: eeprom: introduce mt76x0_tssi_enabled routineLorenzo Bianconi7-27/+33
2018-10-13mt76x0: phy: update set_channel for mt76x0e devicesLorenzo Bianconi1-5/+13
2018-10-13mt76x0: pci: introduce mt76x0_phy_calirate routineLorenzo Bianconi4-3/+55
2018-10-13mt76x0: pci: rename mt76x0_phy_calibrateLorenzo Bianconi1-2/+2
2018-10-13mt76: move mt76x02_phy_set_band in mt76x02-lib moduleLorenzo Bianconi7-35/+25
2018-10-13mt76: move mt76x02_phy_set_bw in mt76x02-lib moduleLorenzo Bianconi7-57/+30
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: mt76x0e: another fix for the external PA current settingFelix Fietkau1-10/+3
2018-10-13mt76x0: pci: fix set external PA I/O currentYueHaibing1-3/+3
2018-10-13mt76: do not store aggregation sequence number for null-data framesFelix Fietkau1-1/+2
2018-10-13mt76x0: remove dma.hStanislaw Gruszka1-126/+0
2018-10-13mt76: reserve enough room for USB tx skbsStanislaw Gruszka3-17/+8
2018-10-13mt76x0: pci: add mt76x0_register_device in mt76x0e_register_deviceLorenzo Bianconi1-1/+19
2018-10-13mt76: disable ldpc coding for mt76x0 devicesLorenzo Bianconi2-43/+41
2018-10-13mt76x0: pci: add missing mac80211 callbacksLorenzo Bianconi1-1/+10
2018-10-13mt76x0: pci: report firmware version using ethtoolLorenzo Bianconi1-0/+1
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_eeprom.cLorenzo Bianconi15-124/+112
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.cLorenzo Bianconi4-18/+16
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi14-110/+111
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_usb_mcu.cLorenzo Bianconi4-27/+24
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.cLorenzo Bianconi5-73/+77
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_phy.cLorenzo Bianconi7-59/+56
2018-10-13mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.cLorenzo Bianconi12-92/+86
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-13mt76: allow to identify busStanislaw Gruszka3-0/+11
2018-10-13mt76x0: correct RF access via RF_CSR register.Stanislaw Gruszka2-6/+4
2018-10-13mt76x0: print BBP version only for debugStanislaw Gruszka1-1/+1
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxGreg Kroah-Hartman1-5/+5
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-5/+5
2018-10-05mt76: move irq handler in mt76x02-lib moudleLorenzo Bianconi11-177/+90
2018-10-05mt76: move tx_tasklet management in mt76x02-lib moudleLorenzo Bianconi9-64/+45
2018-10-05mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mmio.cLorenzo Bianconi10-62/+64
2018-10-05mt76: move mt76x02_tx_complete in mt76x02-lib moduleLorenzo Bianconi8-70/+71
2018-10-05mt76: move mt76x02_mac_poll_tx_status in mt76x02-lib moudleLorenzo Bianconi10-91/+160
2018-10-05mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi6-22/+22
2018-10-05mt76: move mt76x02_tx_prepare_skb in mt76x02_txrx.cLorenzo Bianconi5-36/+37
2018-10-05mt76: move tpc routines in mt76x02-lib moduleLorenzo Bianconi9-63/+37
2018-10-05mt76x2: remove leftover function declatarionsLorenzo Bianconi1-10/+0