aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7615/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: introduce phys array in mt76_dev structureLorenzo Bianconi1-2/+2
2022-07-11mt76: enable the VHT extended NSS BW featureDeren Wu1-0/+1
2022-02-03mt76: mt7615: fix/rewrite the dfs state handling logicFelix Fietkau1-1/+0
2021-12-19mt76: mt7663: disable 4addr capabilityLorenzo Bianconi1-0/+1
2021-10-20mt76: mt7615: fix hwmon temp sensor mem use-after-freeRyder Lee1-2/+4
2021-06-19mt76: connac: fix the maximum interval schedule scan can supportSean Wang1-1/+1
2021-06-19mt76: mt7615: add thermal sensor device supportRyder Lee1-0/+50
2021-06-19mt76: move mt76_rates in mt76 moduleLorenzo Bianconi1-31/+2
2021-05-30mt76: mt7615: do not set MT76_STATE_PM at bootstrapLorenzo Bianconi1-1/+0
2021-04-21mt76: mt7663: add awake and doze time accountingLorenzo Bianconi1-0/+2
2021-04-21mt76: connac: use waitqueue for runtime-pmLorenzo Bianconi1-1/+1
2021-04-21mt76: mt7663: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx pathLorenzo Bianconi1-0/+2
2021-04-21mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrlLorenzo Bianconi1-0/+1
2021-04-21mt76: introduce single-sku support for mt7663/mt7921Lorenzo Bianconi1-1/+4
2021-04-21mt76: mt7615: implement support for using DT rate power limitsFelix Fietkau1-1/+9
2021-04-12mt76: report Rx timestampRyder Lee1-0/+3
2021-04-12mt76: mt7615: fix chip reset on MT7622 and MT7663eFelix Fietkau1-1/+0
2021-04-12mt76: mt7615: add missing capabilities for DBDCRyder Lee1-4/+5
2021-04-12mt76: mt7615: add support for rx decapsulation offloadRyder Lee1-1/+4
2021-04-12mt76: mt7615: add rx checksum offload supportRyder Lee1-0/+1
2021-04-12mt76: mt7615: enable hw rx-amsdu de-aggregationRyder Lee1-2/+1
2021-01-29mt76: mt7663: introduce coredump supportLorenzo Bianconi1-0/+2
2021-01-29mt76: mt76_connac: move hw_scan and sched_scan routine in mt76_connac_mcu moduleLorenzo Bianconi1-4/+5
2021-01-29mt76: mt76_connac: create mcu libraryLorenzo Bianconi1-2/+4
2021-01-27mt76: mt7615: reduce VHT maximum MPDU lengthFelix Fietkau1-1/+0
2021-01-27mt76: mt7615: unify init workFelix Fietkau1-6/+16
2021-01-27mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()Lorenzo Bianconi1-4/+6
2021-01-26mt76: move chainmask in mt76_phyLorenzo Bianconi1-6/+6
2021-01-26mt76: move mac_work in mt76_core moduleLorenzo Bianconi1-2/+2
2020-12-04mt76: move hw mac_addr in mt76_phyLorenzo Bianconi1-2/+5
2020-12-04mt76: move band allocation in mt76_register_phyLorenzo Bianconi1-3/+3
2020-12-04mt76: move tx hw data queues in mt76_phyLorenzo Bianconi1-1/+5
2020-12-04mt76: mt7615: support 16 interfacesRyder Lee1-2/+2
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-24mt76: mt7615: unlock dfs bandsLorenzo Bianconi1-2/+23
2020-09-24mt76: mt7615: reduce maximum VHT MPDU length to 7991Felix Fietkau1-1/+1
2020-07-21mt76: mt7615: add idle-timeout knob in mt7615 debugfsLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: do not request {driver,fw}_own if already grantedLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: wake device before pushing frames in mt7615_txLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: add missing lock in mt7615_regd_notifierLorenzo Bianconi1-0/+2
2020-07-21mt76: mt7615: introduce pm_power_save delayed workLorenzo Bianconi1-0/+1
2020-07-21mt76: mt7615: add mt7615_pm_wake utility routineLorenzo Bianconi1-0/+3
2020-07-21mt76: mt7615: implement testmode supportFelix Fietkau1-3/+5
2020-05-28mt76: mt7615: switch to per-vif power_save supportLorenzo Bianconi1-2/+0
2020-05-28mt76: mt7615: fix NULL pointer deref in mt7615_register_ext_phyLorenzo Bianconi1-9/+9
2020-05-28mt76: mt7615: introduce remain_on_channel supportLorenzo Bianconi1-0/+10
2020-05-14mt76: mt7615: fix typo defining ps workLorenzo Bianconi1-1/+1
2020-05-13mt76: enable p2p supportLorenzo Bianconi1-1/+5
2020-05-12mt76: set runtime stream caps by mt76_phyRyder Lee1-2/+2
2020-05-12mt76: mt7663: add support to sched scan with randomise addrSean Wang1-1/+2