summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mac80211.c
AgeCommit message (Expand)Author
2025-01-14wifi: mt76: add multi-radio remain_on_channel functionsFelix Fietkau
2025-01-14wifi: mt76: add multi-radio support to a few core hw opsFelix Fietkau
2025-01-14wifi: mt76: remove dev->wcid_phy_maskFelix Fietkau
2025-01-14wifi: mt76: add chanctx functions for multi-channel phy supportFelix Fietkau
2025-01-14wifi: mt76: initialize more wcid fields mt76_wcid_initFelix Fietkau
2025-01-14wifi: mt76: add support for allocating a phy without hwFelix Fietkau
2025-01-14wifi: mt76: add code for emulating hardware scanningFelix Fietkau
2025-01-14wifi: mt76: do not add wcid entries to sta poll list during MCU resetFelix Fietkau
2025-01-14wifi: mt76: only enable tx worker after setting the channelFelix Fietkau
2025-01-14wifi: mt76: remove mt76_calculate_default_rate()Felix Fietkau
2024-12-04wifi: mac80211: get tx power per linkRameshkumar Sundaram
2024-09-06wifi: mt76: change .sta_assoc callback to .sta_eventFelix Fietkau
2024-09-06wifi: mt76: add separate tx scheduling queue for off-channel txFelix Fietkau
2024-09-06wifi: mt76: partially move channel change code to coreFelix Fietkau
2024-09-06wifi: mt76: fix mt76_get_rateFelix Fietkau
2024-09-05wifi: mt76: mt7915: fix oops on non-dbdc mt7986Bjørn Mork
2024-07-09wifi: mt76: mt7925: report link information in rx statusSean Wang
2024-05-02wifi: mt76: enable spectrum managementFelix Fietkau
2024-02-22wifi: mt76: set page_pool napi pointer for mmio devicesLorenzo Bianconi
2024-02-22wifi: mt76: move wed common utilities in wed.cLorenzo Bianconi
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh
2023-12-07wifi: mt76: use chainmask for power delta calculationAllen Ye
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi
2023-12-07wifi: mt76: move mt76_net_setup_tc in common codeLorenzo Bianconi
2023-12-07wifi: mt76: add ability to explicitly forbid LED registration with DTRyder Lee
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin
2023-09-30wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driverSean Wang
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau
2023-09-30wifi: mt76: mt7603: disable A-MSDU tx support on MT7628Felix Fietkau
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin
2023-07-25wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_devLorenzo Bianconi
2023-07-25wifi: mt76: add tx_nss histogram to ethtool statsRyder Lee
2023-07-25wifi: mt76: enable UNII-4 channel 177 supportRyder Lee
2023-04-17wifi: mt76: get rid of unused sta_ps callbacksLorenzo Bianconi
2023-04-17wifi: mt76: mt7996: add eht rx rate supportShayne Chen
2023-04-17wifi: mt76: dynamic channel bandwidth changes in AP modeRyder Lee
2023-03-13wifi: mt76: do not run mt76_unregister_device() on unregistered hwLorenzo Bianconi
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen
2023-02-03wifi: mt76: enable page_pool statsLorenzo Bianconi
2023-02-03wifi: mt76: switch to page_pool allocatorLorenzo Bianconi
2022-12-09wifi: mt76: mt7915: enable per-phy led supportLorenzo Bianconi
2022-12-09wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi
2022-12-09wifi: mt76: move leds field in leds structLorenzo Bianconi
2022-12-01wifi: mt76: mt7915: enable WED RX supportLorenzo Bianconi
2022-12-01wifi: mt76: introduce rxwi and rx token utility routinesSujuan Chen
2022-12-01wifi: mt76: mt7915: add ack signal supportRyder Lee
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear
2022-09-12wifi: mt76: fix 5 GHz connection regression on mt76x0/mt76x2Felix Fietkau
2022-07-11mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He