summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2022-02-03mt76: add MT_RXQ_MAIN_WA for mt7916Bo Jiao2-2/+12
2022-02-03mt76: mt7915: refine register definitionBo Jiao9-409/+947
2022-02-03mt76: mt7915: add mt7915_mmio_probe() as a common probing functionBo Jiao3-218/+255
2022-02-03mt76: mt7915: fix polling firmware-own statusFelix Fietkau2-1/+2
2021-12-23Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/...Jakub Kicinski62-1811/+2104
2021-12-23codel: remove unnecessary pkt_sched.h includeJakub Kicinski1-0/+2
2021-12-22mt76: mt7921: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi2-6/+9
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2-2/+4
2021-12-19mt76: mt7921s: fix cmd timeout in throughput testDeren Wu2-4/+6
2021-12-19mt76: mt7921s: fix suspend error with enlarging mcu timeout valueSean Wang1-1/+1
2021-12-19mt76: mt7921s: make pm->suspended usage consistentSean Wang1-2/+7
2021-12-19mt76: mt7921: fix possible resume failureSean Wang1-2/+7
2021-12-19mt76: mt7921: clear pm->suspended in mt7921_mac_reset_workSean Wang1-0/+1
2021-12-19mt76: connac: rely on le16_add_cpu in mt76_connac_mcu_add_nested_tlvLorenzo Bianconi1-5/+2
2021-12-19mt76: mt7921: remove dead definitionsLorenzo Bianconi1-3/+0
2021-12-19mt76: mt7915: add mu-mimo and ofdma debugfs knobsMeiChia Chiu5-1/+311
2021-12-19mt76: mt7915: introduce mt76_vif in mt7915_vifLorenzo Bianconi5-54/+55
2021-12-19mt76: mt7921: reduce log severity levels for informative messagesTzung-Bi Shih2-2/+2
2021-12-19mt76: mt7915: rely on mt76_connac definitionsLorenzo Bianconi7-1075/+411
2021-12-19mt76: connac: rely on MCU_CMD macroLorenzo Bianconi6-22/+22
2021-12-19mt76: connac: introduce MCU_CE_CMD macroLorenzo Bianconi5-66/+73
2021-12-19mt76: connac: introduce MCU_UNI_CMD macroLorenzo Bianconi5-63/+64
2021-12-19mt76: connac: remove MCU_FW_PREFIX bitLorenzo Bianconi1-11/+9
2021-12-19mt76: connac: align MCU_EXT definitions with 7915 driverLorenzo Bianconi3-11/+31
2021-12-19mt76: connac: introduce MCU_EXT macrosLorenzo Bianconi7-149/+113
2021-12-19mt76: mt7921: fix network buffer leak by txs missingDeren Wu4-1/+43
2021-12-19mt76: mt7615: in debugfs queue stats, skip wmm index 3 on mt7663Felix Fietkau1-0/+3
2021-12-19mt76: mt7915: process txfree and txstatus without allocating skbsFelix Fietkau3-6/+32
2021-12-19mt76: allow drivers to drop rx packets earlyFelix Fietkau2-7/+14
2021-12-19mt76: mt7663: disable 4addr capabilityLorenzo Bianconi1-0/+1
2021-12-19mt76: mt7615: clear mcu error interrupt status on mt7663Felix Fietkau1-0/+1
2021-12-19mt76: only access ieee80211_hdr after mt76_insert_ccmp_hdrRyder Lee2-2/+3
2021-12-19mt76: move sar_capa configuration in common codeLorenzo Bianconi4-20/+16
2021-12-19mt76: connac: fix last_chan configuration in mt76_connac_mcu_rate_txpower_bandLorenzo Bianconi1-5/+5
2021-12-19mt76: mt7921s: fix possible kernel crash due to invalid Rx countSean Wang1-0/+4
2021-12-19mt76: mt7921s: fix bus hang with wrong privilegeDeren Wu1-0/+11
2021-12-19mt76: mt7921: use correct iftype data on 6GHz cap initShayne Chen1-1/+1
2021-12-19mt76: mt7921: fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-12-19mt76: eeprom: tolerate corrected bit-flipsDaniel Golle1-0/+2
2021-12-19mt76: mt7603: improve reliability of tx powersave filteringFelix Fietkau1-2/+3
2021-12-19mt76: clear sta powersave flag after notifying driverFelix Fietkau1-2/+4
2021-12-19mt76: mt7915: introduce SAR supportLorenzo Bianconi2-4/+27
2021-12-19mt76: mt7603: introduce SAR supportLorenzo Bianconi2-8/+27
2021-12-19mt76: mt7915: improve wmm index allocationFelix Fietkau1-5/+3
2021-12-19mt76: mt7615: improve wmm index allocationFelix Fietkau1-5/+3
2021-12-19mt76: mt7615: fix unused tx antenna mask in testmodeShayne Chen1-11/+10
2021-12-19mt76: mt7921s: fix the device cannot sleep deeply in suspendSean Wang5-18/+27
2021-12-19mt76: mt7921: move mt76_connac_mcu_set_hif_suspend to bus-related filesSean Wang3-37/+12
2021-12-19mt76: mt7615: fix decap offload corner case with 4-addr VLAN framesFelix Fietkau1-2/+21
2021-12-19mt76: mt7915: fix decap offload corner case with 4-addr VLAN framesFelix Fietkau1-2/+21