summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7921
AgeCommit message (Expand)AuthorFilesLines
2024-05-02wifi: mt76: mt7921e: add LED control supportHao Zhang4-2/+52
2024-05-02wifi: mt76: mt7921: cqm rssi low/high event notifyRong Yan3-0/+67
2024-05-02wifi: mt76: make const arrays in functions staticFelix Fietkau1-2/+2
2024-05-02wifi: mt76: mt7921s: fix potential hung tasks during chip recoveryLeon Yen3-4/+2
2024-05-02wifi: mt76: mt7921: introduce mt7920 PCIe supportDeren Wu1-2/+9
2024-02-22wifi: mt76: mt7921: fix suspend issue on MediaTek COB platformMichael Lo1-0/+7
2024-02-22wifi: mt76: mt7921: fix a potential association failure upon resumingLeon Yen4-0/+18
2024-02-22wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspendMing Yen Hsieh2-0/+9
2024-02-22wifi: mt76: mt7921: fix incorrect type conversion for CLC commandMing Yen Hsieh1-2/+2
2024-02-22wifi: mt76: mt7921e: fix use-after-free in free_irq()Deren Wu1-0/+1
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao4-0/+4
2023-12-19Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski7-18/+78
2023-12-11wifi: mt76: mt7921: fix wrong 6Ghz power typeMing Yen Hsieh1-3/+35
2023-12-11wifi: mt76: mt7921: fix CLC command timeout when suspend/resumeMing Yen Hsieh3-5/+22
2023-12-11wifi: mt76: mt7921: fix country count limitation for CLCMing Yen Hsieh1-3/+8
2023-12-11wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queueSean Wang2-2/+3
2023-12-07wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao2-2/+5
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi1-1/+1
2023-12-07wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan1-1/+1
2023-12-07wifi: mt76: mt7921: support 5.9/6GHz channel config in acpiRong Yan1-1/+3
2023-11-08wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC configMing Yen Hsieh1-0/+1
2023-10-23wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel infoMing Yen Hsieh1-0/+3
2023-09-30wifi: mt76: mt7921: update the channel usage when the regd domain changedMing Yen Hsieh2-0/+54
2023-09-30wifi: mt76: mt7921: get regulatory information from the clc eventMing Yen Hsieh3-4/+36
2023-09-30wifi: mt76: mt7921: add 6GHz power type support for clcMing Yen Hsieh2-1/+37
2023-09-30wifi: mt76: mt7921: move connac nic capability handling to mt7921Deren Wu1-1/+121
2023-09-30wifi: mt76: mt792x: move some common usb code in mt792x moduleLorenzo Bianconi3-30/+2
2023-09-30wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x moduleLorenzo Bianconi4-19/+3
2023-09-30wifi: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vifSean Wang1-6/+6
2023-09-30wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)Ingo Rohloff1-0/+2
2023-09-30wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan1-4/+1
2023-09-30wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau1-1/+1
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau1-1/+1
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-6/+3
2023-07-26wifi: mt76: mt7921: move mt7921u_disconnect mt792x-libLorenzo Bianconi1-18/+1
2023-07-26wifi: mt76: mt7921: move mt7921_dma_init in pci.cLorenzo Bianconi4-73/+67
2023-07-26wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in comm...Lorenzo Bianconi3-5/+2
2023-07-26wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib moduleLorenzo Bianconi2-67/+2
2023-07-26wifi: mt76: mt792x: introduce mt792x-usb moduleLorenzo Bianconi5-360/+69
2023-07-26wifi: mt76: mt7921: move acpi_sar code in mt792x-lib moduleLorenzo Bianconi7-480/+6
2023-07-26wifi: mt76: mt7921: move runtime-pm pci code in mt792x-libLorenzo Bianconi6-81/+9
2023-07-26wifi: mt76: mt7921: move shared runtime-pm code on mt792x-libLorenzo Bianconi6-126/+8
2023-07-26wifi: mt76: mt7921: move hif_ops macro in mt792x.hLorenzo Bianconi6-15/+9
2023-07-26wifi: mt76: mt792x: move more dma shared code in mt792x_dmaLorenzo Bianconi5-239/+11
2023-07-26wifi: mt76: mt792x: introduce mt792x_irq_mapLorenzo Bianconi4-43/+44
2023-07-26wifi: mt76: mt7921: move init shared code in mt792x-lib moduleLorenzo Bianconi5-261/+10
2023-07-26wifi: mt76: mt7921: move debugfs shared code in mt792x-lib moduleLorenzo Bianconi1-171/+7
2023-07-26wifi: mt76: mt7921: move dma shared code in mt792x-lib moduleLorenzo Bianconi5-110/+9
2023-07-26wifi: mt76: mt7921: move mac shared code in mt792x-lib moduleLorenzo Bianconi8-184/+19
2023-07-26wifi: mt76: mt792x: introduce mt792x-lib moduleLorenzo Bianconi12-735/+68