aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner13-0/+13
2019-05-10net: wireless: mt76: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-05-01mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi1-10/+20
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi3-5/+6
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2-2/+9
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi12-22/+20
2019-05-01mt76: add TX/RX antenna pattern capabilitiesRyder Lee1-0/+2
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi8-26/+26
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi9-9/+9
2019-05-01mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka1-5/+6
2019-05-01mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi1-0/+3
2019-05-01mt76: fix endianness sparse warningsRyder Lee2-7/+7
2019-05-01mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot1-1/+1
2019-05-01mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi1-10/+5
2019-05-01mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi1-3/+4
2019-05-01mt76: introduce mt76_mcu_restart macroLorenzo Bianconi2-1/+3
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi4-11/+22
2019-05-01mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi1-34/+27
2019-05-01mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi1-22/+14
2019-05-01mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau1-2/+1
2019-05-01mt76: mt7603: fix initialization of max rx lengthFelix Fietkau2-1/+6
2019-05-01mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau3-3/+6
2019-05-01mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau2-14/+37
2019-05-01mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka4-41/+10
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka7-42/+66
2019-05-01mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka2-2/+0
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee4-4/+4
2019-05-01mt76: add unlikely() for dma_mapping_error() checkRyder Lee1-4/+4
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee17-0/+4863
2019-05-01mt76: dma: add skb check for dummy pointerLorenzo Bianconi2-4/+7
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi3-1/+8
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi9-39/+43
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi5-13/+22
2019-05-01mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi1-8/+12
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi14-21/+20
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau4-3/+6
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau9-20/+21
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau5-18/+27
2019-05-01mt76: reduce locking in mt76_dma_tx_cleanupFelix Fietkau1-9/+17
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau5-61/+67
2019-05-01mt76: use readl/writel instead of ioread32/iowrite32Felix Fietkau4-16/+16
2019-05-01mt76: fix tx power issuesFelix Fietkau5-13/+9
2019-05-01mt76: introduce mt76_free_device routineLorenzo Bianconi5-4/+11
2019-05-01mt76usb: remove queue variable from rx_taskletStanislaw Gruszka1-3/+3
2019-05-01mt76usb: allocate urb and sg as linear dataStanislaw Gruszka1-10/+10
2019-05-01mt76usb: remove unneded sg_init_tableStanislaw Gruszka1-2/+0
2019-05-01mt76usb: resue mt76u_urb_alloc for txStanislaw Gruszka1-17/+18
2019-05-01mt76usb: remove MT_RXQ_MAIN queue from mt76u_urb_allocStanislaw Gruszka1-11/+8
2019-05-01mt76usb: remove mt76u_buf and use urb directlyStanislaw Gruszka2-72/+64