aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24wifi: mt76: add per-link beacon monitoring for MLOFelix Fietkau1-1/+113
2026-03-24wifi: mt76: wait for firmware TX completion of mgmt frames before channel switchFelix Fietkau1-0/+3
2026-03-24wifi: mt76: flush pending TX before channel switchFelix Fietkau1-2/+3
2026-03-24wifi: mt76: send nullfunc PS frames on offchannel transitionsFelix Fietkau1-0/+99
2026-03-24wifi: mt76: support upgrading passive scans to activeChad Monroe1-0/+1
2026-03-23wifi: mt76: fix list corruption in mt76_wcid_cleanupZac Bowling1-0/+10
2025-11-24wifi: mt76: Move mt76_abort_scan out of mt76_reset_device()Lorenzo Bianconi1-2/+0
2025-11-24wifi: mt76: Introduce the NPU generic layerLorenzo Bianconi1-1/+5
2025-11-24wifi: mt76: relicense to BSD-3-Clause-ClearFelix Fietkau1-1/+1
2025-09-15wifi: mt76: abort scan/roc on hw restartFelix Fietkau1-0/+3
2025-09-15wifi: mt76: improve phy reset on hw restartFelix Fietkau1-0/+2
2025-09-15wifi: mt76: mt7996: fill User Priority in skb->priority for rx packetsHoward Hsu1-0/+2
2025-09-15wifi: mt76: mt7996: Enable MLO support for client interfacesLorenzo Bianconi1-0/+52
2025-08-27wifi: mt76: free pending offchannel tx frames on wcid cleanupFelix Fietkau1-0/+4
2025-08-27wifi: mt76: mt7915: fix list corruption after hardware restartFelix Fietkau1-0/+37
2025-08-27wifi: mt76: do not add non-sta wcid entries to the poll listFelix Fietkau1-1/+1
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-1/+2
2025-05-22wifi: mt76: support power delta calculation for 5 TX pathsShayne Chen1-2/+2
2025-05-22wifi: mt76: fix available_antennas settingShayne Chen1-2/+4
2025-03-19wifi: mt76: mt7996: Add mt7996_sta_state routineLorenzo Bianconi1-2/+3
2025-03-19wifi: mt76: add mt76_get_power_bound helper functionRazvan Grigore1-0/+11
2025-01-14wifi: mt76: add multi-radio remain_on_channel functionsFelix Fietkau1-0/+3
2025-01-14wifi: mt76: add multi-radio support to a few core hw opsFelix Fietkau1-20/+68
2025-01-14wifi: mt76: remove dev->wcid_phy_maskFelix Fietkau1-3/+0
2025-01-14wifi: mt76: add chanctx functions for multi-channel phy supportFelix Fietkau1-6/+29
2025-01-14wifi: mt76: initialize more wcid fields mt76_wcid_initFelix Fietkau1-4/+8
2025-01-14wifi: mt76: add support for allocating a phy without hwFelix Fietkau1-5/+34
2025-01-14wifi: mt76: add code for emulating hardware scanningFelix Fietkau1-7/+13
2025-01-14wifi: mt76: do not add wcid entries to sta poll list during MCU resetFelix Fietkau1-0/+12
2025-01-14wifi: mt76: only enable tx worker after setting the channelFelix Fietkau1-1/+1
2025-01-14wifi: mt76: remove mt76_calculate_default_rate()Felix Fietkau1-24/+0
2024-12-04wifi: mac80211: get tx power per linkRameshkumar Sundaram1-1/+1
2024-09-06wifi: mt76: change .sta_assoc callback to .sta_eventFelix Fietkau1-6/+17
2024-09-06wifi: mt76: add separate tx scheduling queue for off-channel txFelix Fietkau1-4/+3
2024-09-06wifi: mt76: partially move channel change code to coreFelix Fietkau1-5/+32
2024-09-06wifi: mt76: fix mt76_get_rateFelix Fietkau1-2/+3
2024-09-05wifi: mt76: mt7915: fix oops on non-dbdc mt7986Bjørn Mork1-1/+1
2024-07-09wifi: mt76: mt7925: report link information in rx statusSean Wang1-0/+5
2024-05-02wifi: mt76: enable spectrum managementFelix Fietkau1-0/+1
2024-02-22wifi: mt76: set page_pool napi pointer for mmio devicesLorenzo Bianconi1-1/+9
2024-02-22wifi: mt76: move wed common utilities in wed.cLorenzo Bianconi1-16/+0
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-2/+2
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+1
2023-12-07wifi: mt76: use chainmask for power delta calculationAllen Ye1-1/+1
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi1-1/+2
2023-12-07wifi: mt76: move mt76_net_setup_tc in common codeLorenzo Bianconi1-0/+16
2023-12-07wifi: mt76: add ability to explicitly forbid LED registration with DTRyder Lee1-14/+25
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin1-1/+1
2023-09-30wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driverSean Wang1-2/+7
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau1-2/+48