summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorLines
2021-11-29mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwiLorenzo Bianconi-12/+10
2021-11-24mt76: fix possible pktid leakLorenzo Bianconi-27/+38
2021-11-24mt76: fix timestamp check in tx_statusDeren Wu-1/+1
2021-11-22mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi-2/+2
2021-10-23mt76: connac: fix unresolved symbols when CONFIG_PM is unsetFelix Fietkau-1/+1
2021-10-23mt76: Make use of the helper macro kthread_run()Cai Huoqing-6/+4
2021-10-23mt76: Print error message when reading EEPROM from mtd failedHauke Mehrtens-1/+4
2021-10-23mt76: mt7921: disable 4addr capabilityLorenzo Bianconi-1/+2
2021-10-23mt76: mt7915: add debugfs knobs for MCU utilizationShayne Chen-4/+75
2021-10-23mt76: mt7915: add WA firmware log supportShayne Chen-14/+58
2021-10-23mt76: mt7915: fix endiannes warning mt7915_mcu_beacon_check_capsLorenzo Bianconi-3/+2
2021-10-23mt76: mt7915: rework debugfs fixed-rate knobRyder Lee-10/+61
2021-10-23mt76: mt7915: rework .set_bitrate_mask() to support more optionsRyder Lee-27/+175
2021-10-23mt76: mt7915: remove mt7915_mcu_add_he()Ryder Lee-34/+14
2021-10-23mt76: mt7615: apply cached RF data for DBDCRyder Lee-2/+21
2021-10-23mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke-2/+2
2021-10-23mt76: mt7921: fix Wformat build warningRandy Dunlap-1/+1
2021-10-23mt76: mt7921: fix mt7921s KconfigLorenzo Bianconi-0/+1
2021-10-20mt76: mt7915: change max rx len limit of hw modulesShayne Chen-2/+2
2021-10-20mt76: mt7915: fix missing HE phy capShayne Chen-7/+13
2021-10-20mt76: mt7915: rework mt7915_mcu_sta_muru_tlv()Shayne Chen-21/+21
2021-10-20mt76: mt7915: enable HE UL MU-MIMOShayne Chen-3/+47
2021-10-20mt76: mt7921: add per-vif counters in ethtoolLorenzo Bianconi-1/+52
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi-17/+23
2021-10-20mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skbLorenzo Bianconi-2/+16
2021-10-20mt76: mt7921: introduce stats reporting through ethtoolLorenzo Bianconi-0/+116
2021-10-20mt76: mt7921: add some more MIB countersLorenzo Bianconi-1/+71
2021-10-20mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi-6/+1
2021-10-20mt76: mt7915: move tx amsdu stats in mib_statsLorenzo Bianconi-13/+19
2021-10-20mt76: mt7915: run mt7915_get_et_stats holding mt76 mutexLorenzo Bianconi-2/+13
2021-10-20mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi-40/+45
2021-10-20mt76: move mt76_sta_stats in mt76.hLorenzo Bianconi-10/+10
2021-10-20mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh-1/+1
2021-10-20mt76: mt7921s: add reset supportSean Wang-1/+184
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang-15/+637
2021-10-20mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang-8/+23
2021-10-20mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang-123/+10
2021-10-20mt76: connac: extend mcu_get_nic_capabilitySean Wang-0/+67
2021-10-20mt76: sdio: extend sdio module to support CONNAC2Sean Wang-6/+53
2021-10-20mt76: sdio: introduce parse_irq callbackLorenzo Bianconi-15/+51
2021-10-20mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi-313/+343
2021-10-20mt76: mt7921: use physical addr to unify register accessSean Wang-24/+25
2021-10-20mt76: mt7921: make all event parser reusable between mt7921s and mt7921eSean Wang-1/+6
2021-10-20mt76: mt7663s: rely on mcu reg access utilitySean Wang-32/+2
2021-10-20mt76: connac: move mcu reg access utility routines in mt76_connac_lib moduleSean Wang-0/+29
2021-10-20mt76: mt7921: add MT7921_COMMON moduleSean Wang-5/+34
2021-10-20mt76: mt7921: refactor init.c to be bus independentSean Wang-27/+38
2021-10-20mt76: mt7921: refactor mcu.c to be bus independentSean Wang-95/+130
2021-10-20mt76: mt7921: refactor dma.c to be pcie specificSean Wang-9/+8
2021-10-20mt76: mt7921: refactor mac.c to be bus independentSean Wang-344/+383