summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7996
AgeCommit message (Expand)AuthorFilesLines
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau1-7/+6
2023-02-03wifi: mt76: mt7996: add EHT beamforming supportMeiChia Chiu2-5/+96
2023-02-03wifi: mt76: mt7996: enable EHT support in firmwareShayne Chen2-5/+52
2023-02-03wifi: mt76: mt7996: add support for EHT rate reportShayne Chen2-5/+37
2023-02-03wifi: mt76: mt7996: add EHT capability initShayne Chen3-15/+113
2023-02-03wifi: mt76: mt7996: rework capability initShayne Chen1-157/+139
2023-02-03wifi: mt76: mt7996: add helpers for wtbl and interface limitShayne Chen4-7/+16
2023-02-03wifi: mt76: mt7996: add variants supportShayne Chen3-0/+77
2023-02-03wifi: mt76: add EHT rate stats for ethtoolShayne Chen1-1/+7
2023-02-03wifi: mt76: mt7996: avoid mcu_restart function pointerLorenzo Bianconi1-23/+22
2023-02-03wifi: mt76: mt7996: rely on mt76_connac_tx_complete_skbLorenzo Bianconi4-36/+1
2023-02-03wifi: mt76: mt7996: rely on mt76_connac_txp_skb_unmapLorenzo Bianconi1-13/+1
2023-02-03wifi: mt76: mt7996: rely on mt76_connac_txp_common structureLorenzo Bianconi3-33/+22
2023-02-03wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_valLorenzo Bianconi1-46/+2
2023-02-03wifi: mt76: fix switch default case in mt7996_reverse_frag0_hdr_transLorenzo Bianconi1-1/+1
2023-02-03wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exitLorenzo Bianconi1-1/+2
2023-02-03wifi: mt76: connac: fix POWER_CTRL command name typoShayne Chen1-1/+1
2023-02-03wifi: mt76: mt7996: do not hardcode vht beamform capShayne Chen1-1/+1
2023-02-03wifi: mt76: mt7996: update register for CFEND_RATEShayne Chen3-8/+10
2023-02-03wifi: mt76: mt7996: fix chainmask calculation in mt7996_set_antenna()Shayne Chen1-1/+4
2023-01-17Merge wireless into wireless-nextKalle Valo1-0/+1
2022-12-20wifi: mt76: mt7996: select CONFIG_RELAYArnd Bergmann1-0/+1
2022-12-09wifi: mt76: move leds struct in mt76_phyLorenzo Bianconi1-7/+7
2022-12-09wifi: mt76: move leds field in leds structLorenzo Bianconi1-5/+5
2022-12-09wifi: mt76: mt7996: fix unintended sign extension of mt7996_hw_queue_read()Ryder Lee1-1/+1
2022-12-09wifi: mt76: mt7996: fix endianness warning in mt7996_mcu_sta_he_tlvLorenzo Bianconi1-2/+2
2022-12-09wifi: mt76: mt7996: drop always true condition of __mt7996_reg_addr()Ryder Lee2-2/+1
2022-12-09wifi: mt76: mt7996: check return value before accessing free_block_numRyder Lee2-8/+15
2022-12-09wifi: mt76: mt7996: fix integer handling issue of mt7996_rf_regval_set()Ryder Lee1-1/+2
2022-12-09wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_rx_radar_detected()Ryder Lee1-0/+3
2022-12-09wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_ie_countdown()Ryder Lee1-0/+3
2022-12-01wifi: mt76: mt7996: add support to configure spatial reuse parameter setRyder Lee4-13/+196
2022-12-01wifi: mt76: mt7996: enable ack signal supportRyder Lee6-13/+60
2022-12-01wifi: mt76: mt7996: enable use_cts_prot supportRyder Lee3-0/+18
2022-12-01wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devicesShayne Chen16-0/+12287