aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)Author
2019-09-19mt76: mt7615: Use after free in mt7615_mcu_set_bcn()Dan Carpenter
2019-09-19mt76: Fix a signedness bug in mt7615_add_interface()Dan Carpenter
2019-09-19mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka
2019-09-06mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka
2019-09-06mt76: usb: fix rx A-MSDU supportLorenzo Bianconi
2019-07-26mt76: mt7615: do not process rx packets if the device is not initializedLorenzo Bianconi
2019-07-26mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi
2019-07-26mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-10net: wireless: mt76: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-05net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-05-01mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi
2019-05-01mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi
2019-05-01mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi
2019-05-01mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi
2019-05-01mt76: add TX/RX antenna pattern capabilitiesRyder Lee
2019-05-01mt76: move beacon_mask in mt76_devLorenzo Bianconi
2019-05-01mt76: move beacon_int in mt76_devLorenzo Bianconi
2019-05-01mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka
2019-05-01mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi
2019-05-01mt76: fix endianness sparse warningsRyder Lee
2019-05-01mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot
2019-05-01mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi
2019-05-01mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi
2019-05-01mt76: introduce mt76_mcu_restart macroLorenzo Bianconi
2019-05-01mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi
2019-05-01mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi
2019-05-01mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi
2019-05-01mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau
2019-05-01mt76: mt7603: fix initialization of max rx lengthFelix Fietkau
2019-05-01mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau
2019-05-01mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau
2019-05-01mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka
2019-05-01mt76usb: fix tx/rx stopStanislaw Gruszka
2019-05-01mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka
2019-05-01mt76: use macro for sn and seq_ctrl conversionRyder Lee
2019-05-01mt76: add unlikely() for dma_mapping_error() checkRyder Lee
2019-05-01mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee
2019-05-01mt76: dma: add skb check for dummy pointerLorenzo Bianconi
2019-05-01mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi
2019-05-01mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi
2019-05-01mt76: set txwi_size according to the driver valueLorenzo Bianconi
2019-05-01mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi
2019-05-01mt76: move mac_work in mt76_devLorenzo Bianconi
2019-05-01mt76: only schedule txqs from the tx taskletFelix Fietkau
2019-05-01mt76: move tx tasklet to struct mt76_devFelix Fietkau
2019-05-01mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau
2019-05-01mt76: reduce locking in mt76_dma_tx_cleanupFelix Fietkau
2019-05-01mt76: use mac80211 txq schedulingFelix Fietkau