summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76/mt7915
AgeCommit message (Expand)AuthorFilesLines
2023-03-10wifi: mt76: mt7915: fix WED TxS reportingRyder Lee1-3/+0
2023-03-10wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exitLorenzo Bianconi1-1/+2
2023-03-10wifi: mt76: mt7915: rework mt7915_thermal_temp_store()Howard Hsu2-2/+19
2023-03-10wifi: mt76: mt7915: rework mt7915_mcu_set_thermal_throttlingHoward Hsu4-26/+37
2023-03-10wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_...Howard Hsu2-2/+7
2023-03-10wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()Ryder Lee1-1/+1
2023-03-10wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()Ryder Lee2-2/+1
2023-03-10wifi: mt76: mt7915: check return value before accessing free_block_numRyder Lee2-11/+18
2023-03-10wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaksRyder Lee1-1/+3
2023-03-10wifi: mt76: mt7915: add missing of_node_put()Wang Yufen1-0/+1
2023-01-16wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi1-0/+7
2022-12-01wifi: mt76: mt7915: mmio: fix naming conventionLorenzo Bianconi1-5/+5
2022-12-01wifi: mt76: mt7915: rely on band_idx of mt76_phyRyder Lee10-166/+184
2022-12-01wifi: mt76: mt7915: enable per bandwidth power limit supportRyder Lee3-32/+184
2022-12-01wifi: mt76: mt7915: introduce mt7915_get_power_bound()Ryder Lee2-7/+17
2022-12-01mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()Xiongfeng Wang1-3/+10
2022-12-01wifi: mt76: mt7915: fix band_idx usageRyder Lee5-59/+58
2022-12-01wifi: mt76: mt7915: enable .sta_set_txpwr supportRyder Lee5-6/+137
2022-12-01wifi: mt76: mt7915: add basedband Txpower info into debugfsRyder Lee2-3/+20
2022-12-01wifi: mt76: mt7915: add support to configure spatial reuse parameter setRyder Lee4-21/+207
2022-12-01wifi: mt76: mt7915: add missing MODULE_PARM_DESCRyder Lee1-0/+1
2022-12-01wifi: mt76: mt7915: enable WED RX statsSujuan Chen5-0/+59
2022-12-01wifi: mt76: mt7915: enable WED RX supportLorenzo Bianconi5-92/+234
2022-12-01wifi: mt76: add info parameter to rx_skb signatureSujuan Chen2-7/+38
2022-12-01wifi: mt76: connac: rework fields for larger bandwidth support in sta_rec_bfShayne Chen1-5/+5
2022-12-01wifi: mt76: mt7915: don't claim 160MHz support with mt7915 DBDCNicolas Cavallari1-16/+31
2022-12-01wifi: mt76: mt7915: Fix VHT beamforming capabilities with DBDCNicolas Cavallari1-1/+2
2022-12-01wifi: mt76: mt7915: Fix chainmask calculation on mt7915 DBDCNicolas Cavallari1-0/+1
2022-12-01wifi: mt76: mt7915: enable coredump supportRyder Lee9-8/+742
2022-12-01wifi: mt76: mt7915: add full system reset into debugfsRyder Lee5-14/+80
2022-12-01wifi: mt76: mt7915: enable full system reset supportBo Jiao7-26/+264
2022-12-01wifi: mt76: mt7915: rework mt7915_dma_reset()Bo Jiao3-89/+91
2022-12-01wifi: mt76: move aggr_stats array in mt76_phyLorenzo Bianconi3-19/+12
2022-12-01wifi: mt76: mt7915: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-01wifi: mt76: mt7915: enable use_cts_prot supportRyder Lee3-0/+18
2022-12-01wifi: mt76: mt7915: add ack signal supportRyder Lee5-2/+46
2022-12-01wifi: mt76: mt7915: improve accuracy of time_busy calculationRyder Lee4-13/+61
2022-12-01Revert "mt76: use IEEE80211_OFFLOAD_ENCAP_ENABLED instead of MT_DRV_AMSDU_OFF...Ben Greear1-1/+2
2022-12-01wifi: mt76: mt7915: enable wed for mt7986-wmac chipsetLorenzo Bianconi8-55/+134
2022-12-01wifi: mt76: mt7915: enable wed for mt7986 chipsetLorenzo Bianconi3-0/+20
2022-12-01wifi: mt76: mt7915: move wed init routines in mmio.cLorenzo Bianconi3-92/+94
2022-12-01wifi: mt76: mt7915: fix mt7915_mac_set_timing()Ryder Lee1-6/+15
2022-12-01wifi: mt76: mt7915: set correct antenna for radar detection on MT7915DShayne Chen2-0/+16
2022-12-01wifi: mt76: mt7915: add spatial extension index supportShayne Chen4-7/+21
2022-12-01wifi: mt76: mt7915: rework testmode tx antenna settingShayne Chen2-16/+9
2022-12-01wifi: mt76: mt7915: deal with special variant of mt7916Peter Chiu3-32/+32
2022-12-01wifi: mt76: mt7915: rework eeprom tx paths and streams initShayne Chen2-39/+23
2022-12-01wifi: mt76: mt7915: reserve 8 bits for the index of rf registersEvelyn Tsai2-3/+3
2022-12-01wifi: mt76: mt7915: fix bounds checking for tx-free-done commandBen Greear1-3/+5
2022-10-11wifi: mt76: fix rx checksum offload on mt7615/mt7915/mt7921Felix Fietkau1-1/+3