summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2022-08-25mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He1-0/+1
2022-08-11mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi1-0/+1
2022-04-27mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2021-05-22mt7601u: fix always true expressionColin Ian King1-1/+1
2021-03-17mt76: dma: do not report truncated frames to mac80211Lorenzo Bianconi1-4/+7
2021-02-23mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi1-3/+5
2021-02-03mt7601u: fix rx buffer refcountingLorenzo Bianconi1-2/+1
2021-02-03mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi1-1/+1
2020-10-01mt76: clear skb pointers from rx aggregation reorder buffer during cleanupFelix Fietkau1-0/+1
2020-06-22mt76: avoid rx reorder buffer overflowRyder Lee2-7/+7
2020-03-18mt76: fix array overflow on receiving too many fragments for a packetFelix Fietkau1-3/+6
2020-01-27mt76: usb: fix possible memory leak in mt76u_buf_freeLorenzo Bianconi1-4/+10
2020-01-27mt7601u: fix bbp version check in mt7601u_wait_bbp_readyLorenzo Bianconi1-1/+1
2019-12-01mt76x0: phy: fix restore phase in mt76x0_phy_recalibrate_after_assocLorenzo Bianconi1-4/+3
2019-12-01mt76: do not store aggregation sequence number for null-data framesFelix Fietkau1-1/+2
2019-11-24mt76: fix handling ps-poll framesFelix Fietkau1-0/+6
2019-11-24mt76x2: disable WLAN core before probeFelix Fietkau2-0/+5
2019-11-24mt76x2: fix tx power configuration for VHT mcs 9Lorenzo Bianconi1-2/+2
2019-11-20mt76: Fix comparisons with invalid hardware key indexGeert Uytterhoeven2-2/+2
2019-09-16mt76: fix corrupted software generated tx CCMP PNFelix Fietkau1-1/+1
2019-09-06mt76: mt76x0u: do not reset radio on resumeStanislaw Gruszka3-5/+5
2019-07-26mt7601u: fix possible memory leak when the device is disconnectedLorenzo Bianconi2-7/+18
2019-07-26mt7601u: do not schedule rx_tasklet when the device has been disconnectedLorenzo Bianconi1-15/+18
2019-04-05mt7601u: bump supported EEPROM versionStanislaw Gruszka1-1/+1
2019-04-05mt76: usb: do not run mt76u_queues_deinit twiceLorenzo Bianconi1-9/+2
2019-04-05mt76: fix a leaked reference by adding a missing of_node_putWen Yang1-8/+16
2019-02-12mt76x0: dfs: fix IBI_R11 configuration on non-radar channelsLorenzo Bianconi1-2/+6
2019-01-13mt76x0: init hw capabilitiesLorenzo Bianconi1-0/+1
2019-01-13mt76: fix potential NULL pointer dereference in mt76_stop_tx_queuesLorenzo Bianconi1-1/+6
2018-12-13mt76: fix building without CONFIG_LEDS_CLASSArnd Bergmann3-5/+15
2018-11-27mt76x0: run vco calibration for each channel configurationLorenzo Bianconi1-2/+2
2018-11-13mt76: mt76x2: fix multi-interface beacon configurationFelix Fietkau1-2/+1
2018-11-13mt76x2u: run device cleanup routine if resume failsLorenzo Bianconi1-3/+11
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-5/+5
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-5/+5
2018-09-17mt76x0: fix remove_interfaceStanislaw Gruszka1-2/+1
2018-08-09mt76: fix build for MediaTek MT7610U USB wireless dongleValdis Kletnieks1-0/+1
2018-08-09mt76x0: Remove VLA usageKees Cook1-3/+3
2018-08-09mt76x0: perform mt76x0_mac_set_ampdu_factorStanislaw Gruszka1-2/+0
2018-08-09mt76x0: correct type for eeprom gain valueStanislaw Gruszka1-1/+1
2018-08-04mt76x0: rename trace symbolsStanislaw Gruszka8-94/+35
2018-08-04mt76x0: rename mt76_* functionsStanislaw Gruszka7-26/+26
2018-08-02mt76x0: load firmware from mediatek subdirStanislaw Gruszka1-1/+1
2018-08-02mt76x0: disable HW before probeStanislaw Gruszka3-1/+6
2018-08-02mt76: Kconfig and Makefile for mt76x0 driverStanislaw Gruszka3-0/+15
2018-08-02mt76: add more statesStanislaw Gruszka1-0/+2
2018-08-02mt76x0: main fileStanislaw Gruszka1-0/+403
2018-08-02mt76x0: dma and tx filesStanislaw Gruszka3-0/+918
2018-08-02mt76x0: trace and debugfs filesStanislaw Gruszka3-0/+553
2018-08-02mt76x0: eeprom filesStanislaw Gruszka2-0/+594