summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30wifi: mt76: mt7996: fix potential memory leakage when reading chip temperatureHoward Hsu1-1/+4
2024-05-30wifi: mt76: mt7996: fix size of txpower MCU commandChad Monroe1-2/+5
2024-03-27wifi: mt76: mt7996: fix efuse reading issueStanleyYP Wang1-1/+1
2024-03-27wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS capsBenjamin Lin1-2/+14
2024-02-05wifi: mt76: mt7996: fix fortify warningFelix Fietkau1-1/+2
2023-12-07wifi: mt76: connac: add firmware support for mt7992StanleyYP Wang1-4/+18
2023-12-07wifi: mt76: mt7996: introduce mt7996_band_valid()Shayne Chen1-9/+7
2023-12-07wifi: mt76: connac: add beacon protection support for mt7996Allen Ye1-38/+101
2023-12-07wifi: mt76: mt7996: rework ampdu params settingPeter Chiu1-42/+6
2023-12-07wifi: mt76: mt7996: switch to mcu command for TX GI reportBenjamin Lin1-0/+47
2023-12-07wifi: mt76: mt7996: add txpower setting supportShayne Chen1-0/+58
2023-12-07wifi: mt76: mt7996: align the format of fixed rate commandPeter Chiu1-6/+6
2023-12-07wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGEDPeter Chiu1-3/+5
2023-12-07wifi: mt76: connac: add beacon duplicate TX mode support for mt7996StanleyYP Wang1-0/+29
2023-12-07wifi: mt76: mt7996: add thermal sensor device supportHoward Hsu1-0/+42
2023-12-07wifi: mt76: connac: add thermal protection support for mt7996Howard Hsu1-0/+104
2023-12-07wifi: mt76: mt7996: add support for variants with auxiliary RX pathShayne Chen1-1/+1
2023-12-07wifi: mt76: mt7996: add wed rro delete session garbage collectorLorenzo Bianconi1-0/+89
2023-12-07wifi: mt76: mt7996: add wed rx supportBo Jiao1-9/+15
2023-12-07wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signatureLorenzo Bianconi1-1/+1
2023-09-30wifi: mt76: mt7996: Add mcu commands for getting sta tx statisticYi-Chia Hsieh1-0/+68
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 Chiu1-16/+22
2023-09-30wifi: mt76: connac: add MBSSID support for mt7996Chank Chen1-1/+78
2023-09-30wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask()Howard Hsu1-2/+133
2023-09-30wifi: mt76: mt7996: fix TWT command formatPeter Chiu1-2/+5
2023-09-30wifi: mt76: mt7996: fix wmm queue mappingPeter Chiu1-1/+1
2023-09-30wifi: mt76: mt7996: fix beamform mcu cmd configurationHoward Hsu1-2/+2
2023-07-25wifi: mt76: move rate info in mt76_vifLorenzo Bianconi1-1/+1
2023-07-25wifi: mt76: mt7996: add muru supportMeiChia Chiu1-1/+55
2023-07-25wifi: mt76: mt7996: use correct phy for background radar eventStanleyYP Wang1-1/+5
2023-07-25wifi: mt76: connac: add support to set ifs time by mcu commandPeter Chiu1-0/+46
2023-07-25wifi: mt76: mt7996: fix bss wlan_idx when sending bss_info commandPeter Chiu1-2/+3
2023-07-25wifi: mt76: connac: add support for dsp firmware downloadPeter Chiu1-34/+33
2023-04-19wifi: mt76: mt7996: enable mesh HW amsdu/de-amsdu supportRyder Lee1-0/+7
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_MCAST_RATE supportRyder Lee1-1/+2
2023-04-19wifi: mt76: mt7996: enable BSS_CHANGED_BASIC_RATES supportRyder Lee1-11/+9
2023-04-17wifi: mt76: mt7996: add full system reset knobs into debugfsRyder Lee1-0/+16
2023-04-17wifi: mt76: mt7996: enable full system reset supportBo Jiao1-8/+14
2023-04-17wifi: mt76: mt7921: enable p2p supportSean Wang1-2/+2
2023-04-17wifi: mt76: mt7996: remove mt7996_mcu_set_pm()Peter Chiu1-26/+0
2023-04-17wifi: mt76: mt7996: fix pointer calculation in ie countdown eventPeter Chiu1-1/+2
2023-04-17wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw queueShayne Chen1-3/+3
2023-04-17wifi: mt76: mt7996: remove mt7996_mcu_beacon_check_caps()Ryder Lee1-107/+8
2023-04-17wifi: mt76: mt7996: Remove unneeded semicolonYang Li1-1/+1
2023-02-03wifi: mt76: mt7996: add EHT beamforming supportMeiChia Chiu1-5/+94