aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-09Merge tag 'mt76-for-kvalo-2024-09-06' of https://github.com/nbd168/wirelessKalle Valo1-9/+15
2024-09-06wifi: mt76: mt7996: fix uninitialized TLV dataFelix Fietkau1-1/+1
2024-09-06wifi: mt76: connac: add support for passing connection state directlyFelix Fietkau1-1/+3
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-1/+1
2024-09-06wifi: mt76: partially move channel change code to coreFelix Fietkau1-1/+1
2024-09-06wifi: mt76: mt7996: fix NULL pointer dereference in mt7996_mcu_sta_bfer_heMa Ke1-0/+3
2024-09-06wifi: mt76: mt7996: fix handling mbss enable/disableRex Lu1-1/+1
2024-09-05wifi: mt76: mt7996: set correct value in beamforming mcu command for mt7992Howard Hsu1-2/+3
2024-09-05wifi: mt76: mt7996: fix EHT beamforming capability checkHoward Hsu1-2/+2
2024-09-05wifi: mt76: mt7996: use hweight16 to get correct tx antennaPeter Chiu1-1/+1
2024-07-09wifi: mt76: mt762x: extend mt76_connac_mcu_sta_basic_tlv for per-link STASean Wang1-1/+4
2024-07-09wifi: mt76: mt7925: extend mt7925_get_phy_mode for per-link STASean Wang1-1/+1
2024-05-03Merge tag 'mt76-for-kvalo-2024-05-02' of https://github.com/nbd168/wirelessKalle Valo1-13/+56
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-1/+1
2024-05-02wifi: mt76: make const arrays in functions staticFelix Fietkau1-1/+1
2024-05-02wifi: mt76: mt7996: add sanity checks for background radar triggerStanleyYP Wang1-1/+4
2024-05-02wifi: mt76: connac: enable critical packet mode support for mt7992Howard Hsu1-0/+13
2024-05-02wifi: mt76: mt7996: fix potential memory leakage when reading chip temperatureHoward Hsu1-1/+4
2024-05-02wifi: mt76: mt7996: fix non-main BSS no beacon issue for MBSS scenarioHenry Yen1-1/+4
2024-05-02wifi: mt76: connac: enable HW CSO module for mt7996Howard Hsu1-0/+14
2024-05-02wifi: mt76: mt7996: set RCPI value in rate control commandPeter Chiu1-0/+3
2024-05-02wifi: mt76: connac: use peer address for station BMC entryShayne Chen1-3/+3
2024-05-02wifi: mt76: mt7996: disable rx header translation for BMC entryShayne Chen1-4/+5
2024-05-02wifi: mt76: mt7996: fix size of txpower MCU commandChad Monroe1-2/+5
2024-02-22wifi: mt76: mt7996: fix efuse reading issueStanleyYP Wang1-1/+1
2024-02-22wifi: mt76: mt7996: ensure 4-byte alignment for beacon commandsBenjamin Lin1-9/+5
2024-02-22wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS capsBenjamin Lin1-2/+14
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+1
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