summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
Commit message (Expand)AuthorAgeFilesLines
* mt76: fix uninitialized mutex access setting rts thresholdLorenzo Bianconi2018-11-162-3/+2
* mt76: fix building without CONFIG_LEDS_CLASSArnd Bergmann2018-11-063-5/+15
* mt76x0: phy: do not run calibration during channel switchLorenzo Bianconi2018-10-134-26/+23
* mt76x0: phy: align channel gain logic to mt76x2 oneLorenzo Bianconi2018-10-131-17/+39
* mt76: introduce mt76x02_init_agc_gain routineLorenzo Bianconi2018-10-133-11/+14
* mt76: move mt76x02_phy_adjust_vga_gain in mt76/mt76x02_phy.cLorenzo Bianconi2018-10-133-20/+24
* mt76: move rssi_gain_thresh routines in mt76x02-lib moduleLorenzo Bianconi2018-10-132-28/+28
* mt76x0: phy: add phy/vco temperature compensationLorenzo Bianconi2018-10-132-26/+25
* mt76x0: eeprom: introduce mt76x0_tssi_enabled routineLorenzo Bianconi2018-10-137-27/+33
* 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-137-35/+25
* mt76: move mt76x02_phy_set_bw in mt76x02-lib moduleLorenzo Bianconi2018-10-137-57/+30
* 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/+3
* mt76: mt76x0e: another fix for the external PA current settingFelix Fietkau2018-10-131-10/+3
* mt76x0: pci: fix set external PA I/O currentYueHaibing2018-10-131-3/+3
* mt76: do not store aggregation sequence number for null-data framesFelix Fietkau2018-10-131-1/+2
* mt76x0: remove dma.hStanislaw Gruszka2018-10-131-126/+0
* mt76: reserve enough room for USB tx skbsStanislaw Gruszka2018-10-133-17/+8
* mt76x0: pci: add mt76x0_register_device in mt76x0e_register_deviceLorenzo Bianconi2018-10-131-1/+19
* mt76: disable ldpc coding for mt76x0 devicesLorenzo Bianconi2018-10-132-43/+41
* 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-1315-124/+112
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_txrx.cLorenzo Bianconi2018-10-134-18/+16
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mac.cLorenzo Bianconi2018-10-1314-110/+111
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_usb_mcu.cLorenzo Bianconi2018-10-134-27/+24
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_util.cLorenzo Bianconi2018-10-135-73/+77
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_phy.cLorenzo Bianconi2018-10-137-59/+56
* mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mcu.cLorenzo Bianconi2018-10-1312-92/+86
* 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
* mt76: allow to identify busStanislaw Gruszka2018-10-133-0/+11
* mt76x0: correct RF access via RF_CSR register.Stanislaw Gruszka2018-10-132-6/+4
* mt76x0: print BBP version only for debugStanislaw Gruszka2018-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-5/+5
|\
| * Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-5/+5
| |\
| | * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-5/+5
* | | mt76: move irq handler in mt76x02-lib moudleLorenzo Bianconi2018-10-0511-177/+90
* | | mt76: move tx_tasklet management in mt76x02-lib moudleLorenzo Bianconi2018-10-059-64/+45
* | | mt76: use mt76x02_dev instead of mt76_dev in mt76x02_mmio.cLorenzo Bianconi2018-10-0510-62/+64
* | | mt76: move mt76x02_tx_complete in mt76x02-lib moduleLorenzo Bianconi2018-10-058-70/+71
* | | mt76: move mt76x02_mac_poll_tx_status in mt76x02-lib moudleLorenzo Bianconi2018-10-0510-91/+160
* | | mt76: usb: move mt76x02u_tx_complete_skb in mt76x02_usb_core.cLorenzo Bianconi2018-10-056-22/+22
* | | mt76: move mt76x02_tx_prepare_skb in mt76x02_txrx.cLorenzo Bianconi2018-10-055-36/+37
* | | mt76: move tpc routines in mt76x02-lib moduleLorenzo Bianconi2018-10-059-63/+37
* | | mt76x2: remove leftover function declatarionsLorenzo Bianconi2018-10-051-10/+0