summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2024-02-22wifi: mt76: move wed common utilities in wed.cLorenzo Bianconi3-7/+7
2024-02-22wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976Peter Chiu1-1/+2
2024-02-22wifi: mt76: mt7915: add locking for accessing mapped registersShayne Chen2-5/+41
2024-02-22wifi: mt76: mt7915: fix error recovery with WED enabledFelix Fietkau1-6/+3
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+1
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-2/+2
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for mt76 driversBreno Leitao1-0/+1
2023-12-07wifi: mt76: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
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: use chainmask for power delta calculationAllen Ye1-1/+1
2023-12-07wifi: mt76: change txpower init to per-phyShayne Chen3-14/+23
2023-12-07wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails i...Lorenzo Bianconi1-1/+1
2023-12-07wifi: mt76: move wed reset common code in mt76 moduleLorenzo Bianconi2-33/+4
2023-12-07wifi: mt76: introduce wed pointer in mt76_queueLorenzo Bianconi1-5/+11
2023-12-07wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routineLorenzo Bianconi1-1/+1
2023-12-07wifi: mt76: move mt76_net_setup_tc in common codeLorenzo Bianconi1-15/+1
2023-12-07wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common codeLorenzo Bianconi1-27/+2
2023-12-07wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common codeLorenzo Bianconi1-76/+2
2023-12-07wifi: mt76: Remove unnecessary (void*) conversionsWu Yunchuan2-2/+2
2023-12-07wifi: mt76: permit to load precal from NVMEM cell for mt7915Christian Marangi1-1/+6
2023-12-07wifi: mt76: limit support of precal loading for mt7915 to MTD onlyChristian Marangi1-1/+1
2023-10-09Merge tag 'mt76-for-kvalo-2023-09-30' of https://github.com/nbd168/wirelessKalle Valo8-65/+121
2023-10-07Merge tag 'wireless-next-2023-10-06' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-6/+3
2023-09-30wifi: mt76: mt7915 add tc offloading supportFelix Fietkau2-0/+18
2023-09-30wifi: mt76: mt7915: fix beamforming availability checkMeiChia Chiu1-2/+2
2023-09-30wifi: mt76: mt7915: update mpdu density capabilityPeter Chiu1-4/+12
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 Chiu4-33/+44
2023-09-30wifi: mt76: fix clang-specific fortify warningsDmitry Antipov1-1/+1
2023-09-30wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan2-8/+2
2023-09-30wifi: mt76: mt7915: fix monitor mode issuesFelix Fietkau3-6/+21
2023-09-30wifi: mt76: remove unused error path in mt76_connac_tx_complete_skbFelix Fietkau1-1/+1
2023-09-30wifi: mt76: fix race condition related to checking tx queue fill statusFelix Fietkau1-2/+2
2023-09-19net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_descLorenzo Bianconi1-1/+1
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg1-6/+3
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern1-1/+1
2023-08-02Merge tag 'mt76-for-kvalo-2023-07-31' of https://github.com/nbd168/wirelessKalle Valo15-508/+723
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring2-1/+1
2023-07-31wifi: mt76: mt7915: fix power-limits while chan_switchRyder Lee1-1/+2
2023-07-31wifi: mt76: mt7915: fix tlv length of mt7915_mcu_get_chan_mib_infoRyder Lee1-1/+1
2023-07-26wifi: mt76: mt7915: remove VHT160 capability on MT7915Felix Fietkau1-1/+0
2023-07-26wifi: mt76: mt7915: fix capabilities in non-AP modeFelix Fietkau3-12/+50
2023-07-25mt76: connac: move more mt7921/mt7915 mac shared code in connac libLorenzo Bianconi3-89/+5
2023-07-25wifi: mt76: move ampdu_state in mt76_wcidLorenzo Bianconi3-5/+4
2023-07-25wifi: mt76: mt7915: move poll_list in mt76_wcidLorenzo Bianconi3-17/+16