summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76
Commit message (Expand)AuthorAgeFilesLines
* mt76: fix build for MediaTek MT7610U USB wireless dongleValdis Kletnieks2018-08-091-0/+1
* mt76x0: Remove VLA usageKees Cook2018-08-091-3/+3
* mt76x0: perform mt76x0_mac_set_ampdu_factorStanislaw Gruszka2018-08-091-2/+0
* mt76x0: correct type for eeprom gain valueStanislaw Gruszka2018-08-091-1/+1
* mt76x0: rename trace symbolsStanislaw Gruszka2018-08-048-94/+35
* mt76x0: rename mt76_* functionsStanislaw Gruszka2018-08-047-26/+26
* mt76x0: load firmware from mediatek subdirStanislaw Gruszka2018-08-021-1/+1
* mt76x0: disable HW before probeStanislaw Gruszka2018-08-023-1/+6
* mt76: Kconfig and Makefile for mt76x0 driverStanislaw Gruszka2018-08-023-0/+15
* mt76: add more statesStanislaw Gruszka2018-08-021-0/+2
* mt76x0: main fileStanislaw Gruszka2018-08-021-0/+403
* mt76x0: dma and tx filesStanislaw Gruszka2018-08-023-0/+918
* mt76x0: trace and debugfs filesStanislaw Gruszka2018-08-023-0/+553
* mt76x0: eeprom filesStanislaw Gruszka2018-08-022-0/+594
* mt76x0: init filesStanislaw Gruszka2018-08-022-0/+1002
* mt76x0: phy filesStanislaw Gruszka2018-08-023-0/+1861
* mt76x0: mcu filesStanislaw Gruszka2018-08-022-0/+757
* mt76x0: usb filesStanislaw Gruszka2018-08-022-0/+438
* mt76x0: mac filesStanislaw Gruszka2018-08-022-0/+814
* mt76x0: core filesStanislaw Gruszka2018-08-024-0/+1062
* mt76: add driver code for MT76x2u based devicesLorenzo Bianconi2018-08-0212-0/+1891
* mt76: add usb support to mt76 layerLorenzo Bianconi2018-08-028-1/+1336
* mt76: move mt76x2_debugfs in mt76-common moduleLorenzo Bianconi2018-08-022-2/+4
* mt76: add mt76x2_phy_common to mt76x2-common moduleLorenzo Bianconi2018-08-024-329/+359
* mt76: add mt76x2_common to mt76x2-common moduleLorenzo Bianconi2018-08-025-329/+372
* mt76: add mt76x2_init_common to mt76x2-common moduleLorenzo Bianconi2018-08-024-239/+267
* mt76: add mt76x2_mac_common to mt76x2-common moduleLorenzo Bianconi2018-08-026-674/+706
* mt76: add mt76x2_tx_common to mt76x2-common moduleLorenzo Bianconi2018-08-024-124/+152
* mt76: introduce mt76x2-common moduleLorenzo Bianconi2018-08-024-3/+22
* mt76: introduce tx_queue_skb function pointer in mt76_bus_opsLorenzo Bianconi2018-08-023-4/+11
* mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skbLorenzo Bianconi2018-08-024-83/+85
* mt76x2: add buffer len to mt76x2_mac_write_txwi signatureLorenzo Bianconi2018-08-023-5/+5
* mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signaturesLorenzo Bianconi2018-08-024-11/+10
* mt76x2: introduce mt76x2_mac_load_tx_status routineLorenzo Bianconi2018-08-021-17/+30
* mt76x2: move interface_modes definition in mt76x2_initLorenzo Bianconi2018-08-022-8/+8
* mt76x2: introduce mt76x2_init_device routineLorenzo Bianconi2018-08-022-26/+33
* mt76x2: move utility routines in mt76x2.hLorenzo Bianconi2018-08-023-37/+40
* mt76x2: move mt76x2_fw_header and mt76x2_patch_header definitions in mcu.hLorenzo Bianconi2018-08-022-17/+17
* mt76: move MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO defs in dma.hLorenzo Bianconi2018-08-022-38/+38
* mt76x2: fix CCK protection control frame rateLorenzo Bianconi2018-07-301-3/+9
* mt76x2: add frame protection supportLorenzo Bianconi2018-07-303-0/+47
* mt76x2: debugfs: add sw pulse statistics to dfs debugfsLorenzo Bianconi2018-07-043-1/+25
* mt76x2: dfs: add sw pattern detectorLorenzo Bianconi2018-07-042-1/+260
* mt76x2: dfs: add sw event ring bufferLorenzo Bianconi2018-07-042-3/+163
* mt76: introduce mt76_{incr,decr} utility routinesLorenzo Bianconi2018-07-041-0/+12
* mt76: improve gain adjustment in noisy environmentsFelix Fietkau2018-06-271-10/+16
* mt76: track ewma rssi for gain adjustment per stationFelix Fietkau2018-06-274-20/+83
* mt76: add a debugfs file to dump agc calibration informationFelix Fietkau2018-06-273-0/+16
* mt76: fix variable gain adjustment rangeFelix Fietkau2018-06-271-1/+1
* mt76: clear false CCA counters after changing gain settingsFelix Fietkau2018-06-271-0/+3