summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2023-03-10wifi: mt76: dma: free rx_head in mt76_dma_rx_cleanupLorenzo Bianconi1-6/+7
2023-03-10wifi: mt7601u: fix an integer underflowJisoo Jang1-1/+2
2023-03-10wifi: mt76: mt7996: rely on mt76_connac2_mac_tx_rate_valLorenzo Bianconi3-49/+9
2023-03-10wifi: mt76: mt7921: fix error code of return in mt7921_acpi_readAaron Ma1-2/+5
2023-03-10wifi: mt76: add memory barrier to SDIO queue kickDeren Wu1-0/+4
2023-03-10wifi: mt76: mt7915: fix WED TxS reportingRyder Lee1-3/+0
2023-03-10wifi: mt76: fix switch default case in mt7996_reverse_frag0_hdr_transLorenzo Bianconi1-1/+1
2023-03-10wifi: mt76: dma: fix memory leak running mt76_dma_tx_cleanupLorenzo Bianconi1-2/+1
2023-03-10wifi: mt76: mt7996: fix memory leak in mt7996_mcu_exitLorenzo Bianconi1-1/+2
2023-03-10wifi: mt76: mt7915: fix memory leak in mt7915_mcu_exitLorenzo Bianconi1-1/+2
2023-03-10wifi: mt76: mt7921: fix invalid remain_on_channel durationDeren Wu1-1/+1
2023-03-10wifi: mt76: connac: fix POWER_CTRL command name typoShayne Chen2-2/+2
2023-03-10wifi: mt76: mt7996: update register for CFEND_RATEShayne Chen3-8/+10
2023-03-10wifi: mt76: mt7996: fix chainmask calculation in mt7996_set_antenna()Shayne Chen1-1/+4
2023-03-10wifi: mt76: mt7921: fix channel switch fail in monitor modeDeren Wu3-1/+74
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: mt7921: fix deadlock in mt7921_abort_rocFelix Fietkau1-15/+7
2023-03-10wifi: mt76: mt7921: resource leaks at mt7921_check_offload_capability()Sean Wang1-1/+2
2023-03-10wifi: mt76: fix coverity uninit_use_in_call in mt76_connac2_reverse_frag0_hdr...Deren Wu1-1/+1
2023-03-10wifi: mt76: mt7915: fix unintended sign extension of mt7915_hw_queue_read()Ryder Lee1-1/+1
2023-03-10wifi: mt76: mt7996: fix unintended sign extension of mt7996_hw_queue_read()Ryder Lee1-1/+1
2023-03-10wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_powerLorenzo Bianconi1-1/+6
2023-03-10wifi: mt76: mt7996: fix endianness warning in mt7996_mcu_sta_he_tlvLorenzo Bianconi1-2/+2
2023-03-10wifi: mt76: mt7996: drop always true condition of __mt7996_reg_addr()Ryder Lee2-2/+1
2023-03-10wifi: mt76: mt7915: drop always true condition of __mt7915_reg_addr()Ryder Lee2-2/+1
2023-03-10wifi: mt76: mt7996: check return value before accessing free_block_numRyder Lee2-8/+15
2023-03-10wifi: mt76: mt7915: check return value before accessing free_block_numRyder Lee2-11/+18
2023-03-10wifi: mt76: mt7996: fix integer handling issue of mt7996_rf_regval_set()Ryder Lee1-1/+2
2023-03-10wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_rx_radar_detected()Ryder Lee1-0/+3
2023-03-10wifi: mt76: mt7996: fix insecure data handling of mt7996_mcu_ie_countdown()Ryder Lee1-0/+3
2023-03-10wifi: mt76: mt7915: fix mt7915_rate_txpower_get() resource leaksRyder Lee1-1/+3
2023-03-10wifi: mt76: mt7921s: fix slab-out-of-bounds access in sdio hostDeren Wu1-0/+4
2023-03-10wifi: mt76: mt7915: add missing of_node_put()Wang Yufen1-0/+1
2023-01-16wifi: mt76: dma: fix a regression in adding rx buffersFelix Fietkau1-52/+72
2023-01-16wifi: mt76: handle possible mt76_rx_token_consume failuresLorenzo Bianconi3-4/+20
2023-01-16wifi: mt76: dma: do not increment queue head if mt76_dma_add_buf failsLorenzo Bianconi1-4/+5
2022-12-20wifi: mt76: mt7996: select CONFIG_RELAYArnd Bergmann1-0/+1
2022-12-06net: ethernet: mtk_wed: add reset to rx_ring_setup callbackLorenzo Bianconi1-1/+1
2022-12-02Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski84-1031/+16572
2022-12-01wifi: mt76: mt7921e: add pci .shutdown() supportLeon Yen1-0/+16
2022-12-01wifi: mt76: mt7915: mmio: fix naming conventionLorenzo Bianconi1-5/+5
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: 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