summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorLines
2019-10-30mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi-4/+7
2019-10-30mt76: mt76x2e: disable pcie_aspm by defaultLorenzo Bianconi-0/+51
2019-09-24mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi-10/+7
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+19
2019-09-05mt76: mt7615: add support to read temperature from mcuLorenzo Bianconi-11/+59
2019-09-05mt76: mt7615: introduce mt7615_txwi_to_txp utility routineLorenzo Bianconi-6/+15
2019-09-05mt76: mt7603: use devm_platform_ioremap_resource() to simplify codeYueHaibing-2/+1
2019-09-05mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka-16/+9
2019-09-05mt76: mt76x0: remove redundant chandef copyStanislaw Gruszka-1/+0
2019-09-05mt76: make mt76_rx_convert staticStanislaw Gruszka-4/+1
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau-10/+2
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau-3/+0
2019-09-05mt76: stop rx aggregation on station removalFelix Fietkau-0/+3
2019-09-05mt76: dma: reset q->rx_head on rx resetFelix Fietkau-0/+6
2019-09-05mt76: mt7615: apply calibration-free data from OTPFelix Fietkau-0/+38
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi-53/+29
2019-09-05mt76: fix some checkpatch warningsRyder Lee-63/+70
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi-47/+135
2019-09-05mt76: mt7603: remove unnecessary mcu queue initializationLorenzo Bianconi-3/+0
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi-21/+10
2019-09-05mt76: mt7615: enable survey supportLorenzo Bianconi-0/+34
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi-5/+7
2019-09-05mt76: mt76x02u: enable survey supportLorenzo Bianconi-0/+22
2019-09-05mt76: mt76x02u: enable multi-vif supportLorenzo Bianconi-0/+26
2019-09-05mt76: mt76x02: do not copy beacon skb in mt76x02_mac_set_beacon_enableLorenzo Bianconi-37/+26
2019-09-05mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi-8/+12
2019-09-05mt76: mt7615: add Smart Carrier Sense supportLorenzo Bianconi-0/+270
2019-09-05mt76: mt7615: rework locking scheme for mt7615_set_channelLorenzo Bianconi-6/+8
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee-756/+63
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee-100/+114
2019-09-05mt76: mt7615: fix some checkpatch warningsRyder Lee-5/+3
2019-09-05mt76: mt7603: fix some checkpatch warningsRyder Lee-18/+19
2019-09-05mt76: Add paragraphs to describe the config symbols fullyRyder Lee-8/+31
2019-09-05mt76: mt7615: update cw_min/max related settingsRyder Lee-9/+9
2019-09-05mt76: mt7615: add 4 WMM sets supportRyder Lee-12/+10
2019-09-05mt76: mt7603: fix watchdog rescheduling in mt7603_set_channelLorenzo Bianconi-1/+1
2019-09-05mt76: mt7615: fix MT7615_WATCHDOG_TIME definitionLorenzo Bianconi-1/+1
2019-09-05mt76: introduce mt76_mmio_read_copy routineLorenzo Bianconi-8/+19
2019-09-05mt76: mt7615: add set_key_cmd and mt76_wcid to mt7615_mac_wtbl_set_key signatureLorenzo Bianconi-18/+21
2019-09-05mt76: mt7615: remove wtbl_sec_key definitionLorenzo Bianconi-14/+0
2019-09-05mt76: mt7615: introduce mt7615_mac_wtbl_set_key routineLorenzo Bianconi-48/+63
2019-09-05mt76: mt7615: add mt7615_mac_wtbl_addr routineLorenzo Bianconi-1/+6
2019-09-05mt76: mt7615: move mt7615_mac_get_key_info in mac.cLorenzo Bianconi-49/+55
2019-09-05mt76: mt7615: add missing register initializationFelix Fietkau-4/+31
2019-09-05mt76: mt76x0u: add support to TP-Link T2UHPLorenzo Bianconi-0/+1
2019-09-05mt76: mt7615: use params->ssn value directlyStanislaw Gruszka-3/+3
2019-09-05mt76: mt7603: use params->ssn value directlyStanislaw Gruszka-3/+3
2019-09-05mt76: mt76x02: use params->ssn value directlyStanislaw Gruszka-3/+3
2019-09-05mt76: usb: remove unneeded {put,get}_unalignedStanislaw Gruszka-5/+8
2019-09-05mt76: usb: fix endian in mt76u_copyStanislaw Gruszka-2/+2