summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2024-05-03Merge tag 'mt76-for-kvalo-2024-05-02' of https://github.com/nbd168/wirelessKalle Valo8-64/+210
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: mt7915: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-05-02wifi: mt76: mt7915: add missing chanctx opsBen Greear1-0/+4
2024-05-02wifi: mt76: mt7915: add fallback in case of missing precal dataFelix Fietkau3-7/+12
2024-05-02wifi: mt76: mt7915: add mt7986, mt7916 and mt7981 pre-calibrationPeter Chiu4-33/+147
2024-05-02wifi: mt76: mt7915: add support for disabling in-band discoveryMeiChia Chiu1-3/+2
2024-05-02wifi: mt76: mt7915: only set MT76_MCU_RESET for the main phyBo Jiao1-3/+1
2024-05-02wifi: mt76: mt7915: fix HE PHY capabilities IE for station modeHoward Hsu1-2/+6
2024-05-02wifi: mt76: mt7915: fix bogus Tx/Rx airtime duration valuesHenry Yen1-2/+9
2024-05-02wifi: mt76: mt7915: fix mcu command format for mt7915 tx statsPeter Chiu1-12/+24
2024-05-02wifi: mt76: replace skb_put with skb_put_zeroFelix Fietkau1-1/+1
2024-05-02wifi: mt76: mt7915: initialize rssi on adding stationsFelix Fietkau1-0/+4
2024-03-28wifi: mt76: mt7915: workaround dubious x | !y warningKalle Valo1-1/+2
2024-03-21wifi: mt76: mt7915: workaround too long expansion sparse warningsLorenzo Bianconi1-3/+3
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