summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
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 Singh4-4/+4
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-2/+2
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg8-3/+32
2024-02-05wifi: mt76: mt7996: fix fortify warningFelix Fietkau1-1/+2
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao29-0/+29
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+6
2023-12-19Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski57-745/+3268
2023-12-17wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warningsGustavo A. R. Silva1-5/+5
2023-12-12wifi: mt76: fix crash with WED rx support enabledFelix Fietkau1-4/+6
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-11wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAMSujuan Chen10-19/+43
2023-12-07wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao5-12/+18
2023-12-07wifi: mt76: Convert to platform remove callback returning voidUwe Kleine-König3-13/+6
2023-12-07wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signatureLorenzo Bianconi1-3/+2
2023-12-07wifi: mt76: mt7996: add PCI IDs for mt7992StanleyYP Wang1-2/+6
2023-12-07wifi: mt76: connac: add new definition of tx descriptorBenjamin Lin2-2/+6
2023-12-07wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992StanleyYP Wang2-4/+7
2023-12-07wifi: mt76: mt7996: support mt7992 eeprom loadingStanleyYP Wang2-3/+12
2023-12-07wifi: mt76: mt7996: rework register offsets for mt7992StanleyYP Wang2-23/+112
2023-12-07wifi: mt76: mt7996: add DMA support for mt7992Benjamin Lin4-17/+61
2023-12-07wifi: mt76: connac: add firmware support for mt7992StanleyYP Wang7-5/+45
2023-12-07wifi: mt76: mt7996: introduce mt7996_band_valid()Shayne Chen5-32/+46
2023-12-07wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packingArnd Bergmann1-3/+3
2023-12-07wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz bandStanleyYP Wang1-2/+3
2023-12-07wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981StanleyYP Wang1-1/+2
2023-12-07wifi: mt76: connac: fix EHT phy mode checkMeiChia Chiu1-1/+1
2023-12-07wifi: mt76: connac: add beacon protection support for mt7996Allen Ye5-42/+153
2023-12-07wifi: mt76: mt7996: rework ampdu params settingPeter Chiu2-44/+16
2023-12-07wifi: mt76: mt7996: fix alignment of sta info eventStanleyYP Wang1-1/+1
2023-12-07wifi: mt76: mt7996: switch to mcu command for TX GI reportBenjamin Lin5-46/+74
2023-12-07wifi: mt76: use chainmask for power delta calculationAllen Ye3-3/+3
2023-12-07wifi: mt76: mt7996: add txpower setting supportShayne Chen4-0/+85
2023-12-07wifi: mt76: change txpower init to per-phyShayne Chen6-29/+47
2023-12-07wifi: mt76: mt7996: fix rate usage of inband discovery framesMeiChia Chiu1-2/+2
2023-12-07wifi: mt76: mt7996: align the format of fixed rate commandPeter Chiu2-8/+75
2023-12-07wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGEDPeter Chiu3-4/+10
2023-12-07wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate framesHoward Hsu2-2/+4
2023-12-07wifi: mt76: mt7996: adjust WFDMA settings to improve performancePeter Chiu2-21/+58
2023-12-07wifi: mt76: mt7996: fix the size of struct bss_rate_tlvSujuan Chen1-1/+1
2023-12-07wifi: mt76: connac: add beacon duplicate TX mode support for mt7996StanleyYP Wang7-25/+68
2023-12-07wifi: mt76: mt7996: add thermal sensor device supportHoward Hsu2-0/+130
2023-12-07wifi: mt76: connac: add thermal protection support for mt7996Howard Hsu6-0/+274
2023-12-07wifi: mt76: mt7996: add TX statistics for EHT mode in debugfsHoward Hsu1-2/+3
2023-12-07wifi: mt76: mt7996: add support for variants with auxiliary RX pathShayne Chen4-5/+35
2023-12-07wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails i...Lorenzo Bianconi1-1/+1
2023-12-07wifi: mt76: mt7996: add wed rro delete session garbage collectorLorenzo Bianconi8-0/+197