summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-13mt76: remove variable set but not usedYang Li1-2/+1
2021-12-08mt76: mt7921: fix build regressionArnd Bergmann1-1/+1
2021-11-29mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwiLorenzo Bianconi2-12/+10
2021-11-24mt76: fix possible pktid leakLorenzo Bianconi5-27/+38
2021-11-24mt76: fix timestamp check in tx_statusDeren Wu1-1/+1
2021-11-22mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_modeLorenzo Bianconi1-2/+2
2021-10-23mt76: connac: fix unresolved symbols when CONFIG_PM is unsetFelix Fietkau1-1/+1
2021-10-23mt76: Make use of the helper macro kthread_run()Cai Huoqing1-6/+4
2021-10-23mt76: Print error message when reading EEPROM from mtd failedHauke Mehrtens1-1/+4
2021-10-23mt76: mt7921: disable 4addr capabilityLorenzo Bianconi1-1/+2
2021-10-23mt76: mt7915: add debugfs knobs for MCU utilizationShayne Chen6-4/+75
2021-10-23mt76: mt7915: add WA firmware log supportShayne Chen4-14/+58
2021-10-23mt76: mt7915: fix endiannes warning mt7915_mcu_beacon_check_capsLorenzo Bianconi1-3/+2
2021-10-23mt76: mt7915: rework debugfs fixed-rate knobRyder Lee3-10/+61
2021-10-23mt76: mt7915: rework .set_bitrate_mask() to support more optionsRyder Lee5-27/+175
2021-10-23mt76: mt7915: remove mt7915_mcu_add_he()Ryder Lee4-34/+14
2021-10-23mt76: mt7615: apply cached RF data for DBDCRyder Lee2-2/+21
2021-10-23mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke1-2/+2
2021-10-23mt76: mt7921: fix Wformat build warningRandy Dunlap1-1/+1
2021-10-23mt76: mt7921: fix mt7921s KconfigLorenzo Bianconi1-0/+1
2021-10-20mt76: mt7915: change max rx len limit of hw modulesShayne Chen1-2/+2
2021-10-20mt76: mt7915: fix missing HE phy capShayne Chen2-7/+13
2021-10-20mt76: mt7915: rework mt7915_mcu_sta_muru_tlv()Shayne Chen1-21/+21
2021-10-20mt76: mt7915: enable HE UL MU-MIMOShayne Chen4-3/+47
2021-10-20mt76: mt7921: add per-vif counters in ethtoolLorenzo Bianconi1-1/+52
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi4-17/+23
2021-10-20mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skbLorenzo Bianconi2-2/+16
2021-10-20mt76: mt7921: introduce stats reporting through ethtoolLorenzo Bianconi1-0/+116
2021-10-20mt76: mt7921: add some more MIB countersLorenzo Bianconi3-1/+71
2021-10-20mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi3-6/+1
2021-10-20mt76: mt7915: move tx amsdu stats in mib_statsLorenzo Bianconi4-13/+19
2021-10-20mt76: mt7915: run mt7915_get_et_stats holding mt76 mutexLorenzo Bianconi4-2/+13
2021-10-20mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi3-40/+45
2021-10-20mt76: move mt76_sta_stats in mt76.hLorenzo Bianconi4-10/+10
2021-10-20mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh1-1/+1
2021-10-20mt76: mt7921s: add reset supportSean Wang8-1/+184
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang11-15/+637
2021-10-20mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang3-8/+23
2021-10-20mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang7-123/+10
2021-10-20mt76: connac: extend mcu_get_nic_capabilitySean Wang2-0/+67
2021-10-20mt76: sdio: extend sdio module to support CONNAC2Sean Wang5-6/+53
2021-10-20mt76: sdio: introduce parse_irq callbackLorenzo Bianconi5-15/+51
2021-10-20mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi9-313/+343
2021-10-20mt76: mt7921: use physical addr to unify register accessSean Wang2-24/+25
2021-10-20mt76: mt7921: make all event parser reusable between mt7921s and mt7921eSean Wang1-1/+6
2021-10-20mt76: mt7663s: rely on mcu reg access utilitySean Wang3-32/+2
2021-10-20mt76: connac: move mcu reg access utility routines in mt76_connac_lib moduleSean Wang2-0/+29
2021-10-20mt76: mt7921: add MT7921_COMMON moduleSean Wang6-5/+34
2021-10-20mt76: mt7921: refactor init.c to be bus independentSean Wang4-27/+38