summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
Commit message (Expand)AuthorAgeFilesLines
* mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi2019-10-052-10/+7
* mt76: mt7615: always release sem in mt7615_load_patchLorenzo Bianconi2019-10-051-3/+3
* mt76: round up length on mt76_wr_copyFelix Fietkau2019-10-052-2/+2
* mt76: mt7615: Use after free in mt7615_mcu_set_bcn()Dan Carpenter2019-09-191-1/+1
* mt76: Fix a signedness bug in mt7615_add_interface()Dan Carpenter2019-09-191-2/+3
* mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka2019-09-191-0/+5
* mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka2019-09-061-4/+4
* mt76: usb: fix rx A-MSDU supportLorenzo Bianconi2019-09-062-9/+38
* mt76: mt7615: do not process rx packets if the device is not initializedLorenzo Bianconi2019-07-261-0/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3012-108/+12
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-219-0/+9
* net: wireless: mt76: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* net: wireless: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-051-1/+1
* mt76: mt7603: dynamically alloc mcu req in mt7603_mcu_set_eepromLorenzo Bianconi2019-05-011-10/+20
* mt76: do not enable/disable pre_tbtt_tasklet in scan_start/scan_completeLorenzo Bianconi2019-05-013-5/+6
* mt76: mt7603: enable/disable pre_tbtt_tasklet in mt7603_set_channelLorenzo Bianconi2019-05-012-2/+9
* mt76: move pre_tbtt_tasklet in mt76_devLorenzo Bianconi2019-05-0112-22/+20
* mt76: add TX/RX antenna pattern capabilitiesRyder Lee2019-05-011-0/+2
* mt76: move beacon_mask in mt76_devLorenzo Bianconi2019-05-018-26/+26
* mt76: move beacon_int in mt76_devLorenzo Bianconi2019-05-019-9/+9
* mt76: usb: use EP max packet aligned buffer sizes for rxStanislaw Gruszka2019-05-011-5/+6
* mt76: mt7603: report firmware version using ethtoolLorenzo Bianconi2019-05-011-0/+3
* mt76: fix endianness sparse warningsRyder Lee2019-05-012-7/+7
* mt76: mt76x02: mt76x02_poll_tx() can be statickbuild test robot2019-05-011-1/+1
* mt76: mt7603: run __mt76_mcu_send_msg in mt7603_mcu_send_firmwareLorenzo Bianconi2019-05-011-10/+5
* mt76: mt7603: init mcu_restart function pointerLorenzo Bianconi2019-05-011-3/+4
* mt76: introduce mt76_mcu_restart macroLorenzo Bianconi2019-05-012-1/+3
* mt76: mt7603: initialize mt76_mcu_ops data structureLorenzo Bianconi2019-05-014-11/+22
* mt76: mt7603: use standard signature for mt7603_mcu_msg_sendLorenzo Bianconi2019-05-011-34/+27
* mt76: mt7603: remove query from mt7603_mcu_msg_send signatureLorenzo Bianconi2019-05-011-22/+14
* mt76: mt7615: use sizeof instead of sizeof_fieldFelix Fietkau2019-05-011-2/+1
* mt76: mt7603: fix initialization of max rx lengthFelix Fietkau2019-05-012-1/+6
* mt76: mt76x02: remove irqsave/restore in locking for tx status fifoFelix Fietkau2019-05-013-3/+6
* mt76: mt76x02: use napi polling for tx cleanupFelix Fietkau2019-05-012-14/+37
* mt76: mt76x02: remove bogus mutex usageStanislaw Gruszka2019-05-014-41/+10
* mt76usb: fix tx/rx stopStanislaw Gruszka2019-05-017-42/+66
* mt76: mt76x02u: remove bogus stop on suspendStanislaw Gruszka2019-05-012-2/+0
* mt76: use macro for sn and seq_ctrl conversionRyder Lee2019-05-014-4/+4
* mt76: add unlikely() for dma_mapping_error() checkRyder Lee2019-05-011-4/+4
* mt76: add mac80211 driver for MT7615 PCIe-based chipsetsRyder Lee2019-05-0117-0/+4863
* mt76: dma: add skb check for dummy pointerLorenzo Bianconi2019-05-012-4/+7
* mt76: dma: introduce skb field in mt76_txwi_cacheLorenzo Bianconi2019-05-013-1/+8
* mt76: add skb pointer to mt76_tx_infoLorenzo Bianconi2019-05-019-39/+43
* mt76: set txwi_size according to the driver valueLorenzo Bianconi2019-05-015-13/+22
* mt76: usb: reduce locking in mt76u_tx_taskletLorenzo Bianconi2019-05-011-8/+12
* mt76: move mac_work in mt76_devLorenzo Bianconi2019-05-0114-21/+20
* mt76: only schedule txqs from the tx taskletFelix Fietkau2019-05-014-3/+6
* mt76: move tx tasklet to struct mt76_devFelix Fietkau2019-05-019-20/+21
* mt76: store wcid tx rate info in one u32 reduce lockingFelix Fietkau2019-05-015-18/+27
* mt76: reduce locking in mt76_dma_tx_cleanupFelix Fietkau2019-05-011-9/+17