summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2021-07-19mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-05-19mt76: mt76x0: disable GTK offloadingDavid Bauer1-0/+4
2021-05-14mt7601u: fix always true expressionColin Ian King1-1/+1
2021-03-17mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7
2021-02-17mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi1-3/+5
2021-02-04mt7601u: fix rx buffer refcountingLorenzo Bianconi1-2/+1
2021-02-04mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi1-1/+1
2020-10-01mt76: fix LED link time failureArnd Bergmann1-1/+2
2020-10-01mt76: fix handling full tx queues in mt76_dma_tx_queue_skb_rawFelix Fietkau1-1/+8
2020-10-01mt76: clear skb pointers from rx aggregation reorder buffer during cleanupFelix Fietkau1-0/+1
2020-10-01mt76: add missing locking around ampdu actionFelix Fietkau3-0/+6
2020-10-01mt76: do not use devm API for led classdevFelix Fietkau1-1/+10
2020-08-19mt76: mt7615: fix potential memory leak in mcu message handlerSean Wang1-2/+5
2020-06-22mt76: avoid rx reorder buffer overflowRyder Lee2-7/+7
2020-06-07mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapterMatthew Garrett2-0/+2
2020-03-18mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau1-3/+6
2020-01-26mt76: mt76u: rely on usb_interface instead of usb_devLorenzo Bianconi4-6/+13
2020-01-26mt7601u: fix bbp version check in mt7601u_wait_bbp_readyLorenzo Bianconi1-1/+1
2020-01-26mt76: mt76u: fix endpoint definition orderLorenzo Bianconi1-1/+1
2019-12-31mt76: fix possible out-of-bound access in mt7615_fill_txs/mt7603_fill_txsLorenzo Bianconi2-2/+6
2019-10-30mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi2-4/+7
2019-10-30mt76: mt76x2e: disable pcie_aspm by defaultLorenzo Bianconi4-0/+51
2019-09-24mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi2-10/+7
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+19
2019-09-05mt76: mt7615: add support to read temperature from mcuLorenzo Bianconi4-11/+59
2019-09-05mt76: mt7615: introduce mt7615_txwi_to_txp utility routineLorenzo Bianconi2-6/+15
2019-09-05mt76: mt7603: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-2/+1
2019-09-05mt76: mt76x0: remove unneeded return value on set channelStanislaw Gruszka3-16/+9
2019-09-05mt76: mt76x0: remove redundant chandef copyStanislaw Gruszka1-1/+0
2019-09-05mt76: make mt76_rx_convert staticStanislaw Gruszka2-4/+1
2019-09-05mt76: remove offchannel check in tx schedulingFelix Fietkau3-10/+2
2019-09-05mt76: do not send BAR frame on tx aggregation flush stopFelix Fietkau3-3/+0
2019-09-05mt76: stop rx aggregation on station removalFelix Fietkau1-0/+3
2019-09-05mt76: dma: reset q->rx_head on rx resetFelix Fietkau1-0/+6
2019-09-05mt76: mt7615: apply calibration-free data from OTPFelix Fietkau1-0/+38
2019-09-05mt76: add default implementation for mt76_sw_scan/mt76_sw_scan_completeLorenzo Bianconi10-53/+29
2019-09-05mt76: fix some checkpatch warningsRyder Lee10-63/+70
2019-09-05mt76: mt7615: add BIP_CMAC_128 cipher supportLorenzo Bianconi4-47/+135
2019-09-05mt76: mt7603: remove unnecessary mcu queue initializationLorenzo Bianconi1-3/+0
2019-09-05mt76: move mt76_tx_tasklet in mt76 moduleLorenzo Bianconi5-21/+10
2019-09-05mt76: mt7615: enable survey supportLorenzo Bianconi5-0/+34
2019-09-05mt76: mt7603: move survey_time in mt76_devLorenzo Bianconi4-5/+7
2019-09-05mt76: mt76x02u: enable survey supportLorenzo Bianconi4-0/+22
2019-09-05mt76: mt76x02u: enable multi-vif supportLorenzo Bianconi1-0/+26
2019-09-05mt76: mt76x02: do not copy beacon skb in mt76x02_mac_set_beacon_enableLorenzo Bianconi2-37/+26
2019-09-05mt76: mt76x02: introduce mt76x02_pre_tbtt_enable and mt76x02_beacon_enable ma...Lorenzo Bianconi4-8/+12
2019-09-05mt76: mt7615: add Smart Carrier Sense supportLorenzo Bianconi6-0/+270
2019-09-05mt76: mt7615: rework locking scheme for mt7615_set_channelLorenzo Bianconi1-6/+8
2019-09-05mt76: switch to SPDX tag instead of verbose boilerplate textRyder Lee63-756/+63
2019-09-05mt76: mt76x02: fix some checkpatch warningsRyder Lee18-100/+114