summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7996
AgeCommit message (Expand)AuthorFilesLines
2023-12-17wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warningsGustavo A. R. Silva1-5/+5
2023-12-11wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAMSujuan Chen5-15/+21
2023-12-07wifi: mt76: mt7996: add PCI IDs for mt7992StanleyYP Wang1-2/+6
2023-12-07wifi: mt76: connac: add new definition of tx descriptorBenjamin Lin1-2/+5
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 Wang5-4/+38
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: connac: add beacon protection support for mt7996Allen Ye4-42/+129
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 Lin4-45/+73
2023-12-07wifi: mt76: mt7996: add txpower setting supportShayne Chen4-0/+85
2023-12-07wifi: mt76: change txpower init to per-phyShayne Chen3-15/+24
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 Hsu1-1/+2
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 Wang6-25/+67
2023-12-07wifi: mt76: mt7996: add thermal sensor device supportHoward Hsu2-0/+130
2023-12-07wifi: mt76: connac: add thermal protection support for mt7996Howard Hsu5-0/+273
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: mt7996: add wed rro delete session garbage collectorLorenzo Bianconi6-0/+195
2023-12-07wifi: mt76: mt7996: add wed reset supportLorenzo Bianconi4-5/+104
2023-12-07wifi: mt76: mt7996: add wed rx supportBo Jiao8-46/+571
2023-12-07wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signatureLorenzo Bianconi2-2/+2
2023-12-07wifi: mt76: mt7996: add wed tx supportSujuan Chen8-63/+366
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi2-2/+3
2023-12-07wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan1-1/+1
2023-12-07wifi: mt76: mt7996: fix uninitialized variable in parsing txfreeYi-Chia Hsieh1-1/+1
2023-09-30wifi: mt76: mt7996: remove periodic MPDU TXS requestBenjamin Lin3-19/+21
2023-09-30wifi: mt76: mt7996: enable PPDU-TxS to hostYi-Chia Hsieh3-17/+34
2023-09-30wifi: mt76: mt7996: Add mcu commands for getting sta tx statisticYi-Chia Hsieh5-0/+115
2023-09-30wifi: mt76: mt7996: get tx_retries and tx_failed from txfreeYi-Chia Hsieh2-4/+21
2023-09-30wifi: mt76: check vif type before reporting cca and csaPeter Chiu1-3/+5
2023-09-30wifi: mt76: fix per-band IEEE80211_CONF_MONITOR flag comparisonShayne Chen1-1/+1
2023-09-30wifi: mt76: get rid of false alamrs of tx emission issuesStanleyYP Wang1-3/+3
2023-09-30wifi: mt76: fix potential memory leak of beacon commandsBo Jiao1-2/+8
2023-09-30wifi: mt76: check sta rx control frame to multibss capabilityAllen Ye1-0/+2
2023-09-30wifi: mt76: update beacon size limitationMeiChia Chiu3-25/+28
2023-09-30wifi: mt76: connac: add MBSSID support for mt7996Chank Chen2-1/+80
2023-09-30wifi: mt76: fix clang-specific fortify warningsDmitry Antipov1-1/+1
2023-09-30wifi: mt76: mt7996: support per-band LED controlJen-Hao Cheng2-13/+22
2023-09-30wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask()Howard Hsu1-2/+133