summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)AuthorFilesLines
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-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-06treewide: 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
2018-08-02mt76x0: init filesStanislaw Gruszka2-0/+1002
2018-08-02mt76x0: phy filesStanislaw Gruszka3-0/+1861
2018-08-02mt76x0: mcu filesStanislaw Gruszka2-0/+757
2018-08-02mt76x0: usb filesStanislaw Gruszka2-0/+438
2018-08-02mt76x0: mac filesStanislaw Gruszka2-0/+814
2018-08-02mt76x0: core filesStanislaw Gruszka4-0/+1062
2018-08-02mt76: add driver code for MT76x2u based devicesLorenzo Bianconi12-0/+1891
2018-08-02mt76: add usb support to mt76 layerLorenzo Bianconi8-1/+1336
2018-08-02mt76: move mt76x2_debugfs in mt76-common moduleLorenzo Bianconi2-2/+4
2018-08-02mt76: add mt76x2_phy_common to mt76x2-common moduleLorenzo Bianconi4-329/+359
2018-08-02mt76: add mt76x2_common to mt76x2-common moduleLorenzo Bianconi5-329/+372
2018-08-02mt76: add mt76x2_init_common to mt76x2-common moduleLorenzo Bianconi4-239/+267
2018-08-02mt76: add mt76x2_mac_common to mt76x2-common moduleLorenzo Bianconi6-674/+706
2018-08-02mt76: add mt76x2_tx_common to mt76x2-common moduleLorenzo Bianconi4-124/+152
2018-08-02mt76: introduce mt76x2-common moduleLorenzo Bianconi4-3/+22
2018-08-02mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi3-4/+11
2018-08-02mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi4-83/+85
2018-08-02mt76x2: add buffer len to mt76x2_mac_write_txwi signatureLorenzo Bianconi3-5/+5
2018-08-02mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi4-11/+10
2018-08-02mt76x2: introduce mt76x2_mac_load_tx_status routineLorenzo Bianconi1-17/+30
2018-08-02mt76x2: move interface_modes definition in mt76x2_initLorenzo Bianconi2-8/+8
2018-08-02mt76x2: introduce mt76x2_init_device routineLorenzo Bianconi2-26/+33