summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2024-01-26wifi: mt76: fix broken precal loading from MTD for mt7915Christian Marangi1-1/+1
2024-01-26wifi: mt76: mt7921: fix country count limitation for CLCMing Yen Hsieh1-3/+8
2024-01-26wifi: mt76: mt7921s: fix workqueue problem causes STA association failWang Zhao5-12/+18
2023-11-20wifi: mt76: mt7915: fix beamforming availability checkMeiChia Chiu1-2/+2
2023-11-20wifi: mt76: mt7603: improve stuck beacon handlingFelix Fietkau2-21/+60
2023-11-20wifi: mt76: mt7603: improve watchdog reset reliablityFelix Fietkau1-17/+12
2023-11-20wifi: mt76: mt7603: rework/fix rx pse hang checkFelix Fietkau2-7/+18
2023-10-10wifi: mt76: mt76x02: fix MT76x0 external LNA gain handlingFelix Fietkau2-9/+11
2023-09-23mt76: mt7921: don't assume adequate headroom for SDIO headersMatt Whitlock1-0/+4
2023-09-13wifi: mt76: mt7915: fix power-limits while chan_switchRyder Lee1-1/+2
2023-09-13wifi: mt76: testmode: add nla_policy for MT76_TM_ATTR_TX_LENGTHLin Ma1-0/+1
2023-09-13wifi: mt76: mt7921: fix non-PSC channel scan failMing Yen Hsieh1-1/+2
2023-09-06wifi: mt76: mt7921: fix skb leak by txs missing in AMSDUDeren Wu1-2/+5
2023-09-06wifi: mt76: mt7921: do not support one stream on secondary antenna onlyDeren Wu1-1/+1
2023-08-11wifi: mt76: mt7615: do not advertise 5 GHz on first phy of MT7615D (DBDC)Paul Fertser1-3/+3
2023-07-19wifi: mt76: mt7921e: fix init command fail with enabled deviceQuan Zhou3-12/+8
2023-06-14wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_pollLorenzo Bianconi1-0/+3
2023-05-24wifi: mt76: connac: fix stats->tx_bytes calculationRyder Lee2-2/+3
2023-05-11wifi: mt76: connac: fix txd multicast rate settingRyder Lee1-1/+2
2023-05-11wifi: mt76: mt7921e: stop chip reset worker in unregister hookQuan Zhou1-1/+2
2023-05-11wifi: mt76: mt7921e: improve reliability of dma resetQuan Zhou1-16/+20
2023-05-11wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe`Jiefeng Li1-1/+1
2023-05-11mt76: mt7921: fix kernel panic by accessing unallocated eeprom.dataSean Wang1-20/+0
2023-05-11wifi: mt76: fix 6GHz high channel not be scannedMing Yen Hsieh1-3/+10
2023-05-11wifi: mt76: mt7921e: fix probe timeout after rebootQuan Zhou1-3/+3
2023-05-11wifi: mt76: add flexible polling wait-interval supportDeren Wu2-9/+10
2023-05-11wifi: mt76: handle failure of vzalloc in mt7615_coredump_workKang Chen1-3/+5
2023-05-11wifi: mt76: mt7915: expose device tree match tableLorenz Brun1-0/+2
2023-05-11wifi: mt76: add missing locking to protect against concurrent rx/status callsFelix Fietkau5-3/+18
2023-05-11wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unsetMario Limonciello1-0/+6
2023-04-13wifi: mt76: ignore key disable commandsFelix Fietkau7-89/+56
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: 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: mt7915: fix memory leak in mt7915_mcu_exitLorenzo Bianconi1-1/+2
2023-03-10wifi: mt76: mt7915: call mt7915_mcu_set_thermal_throttling() only after init_...Howard Hsu2-2/+7
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: 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: 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
2022-12-31wifi: mt76: do not run mt76u_status_worker if the device is not runningLorenzo Bianconi1-4/+7
2022-12-31mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()Xiongfeng Wang1-3/+10
2022-12-31wifi: mt76: do not send firmware FW_FEATURE_NON_DL regionDeren Wu1-0/+4
2022-12-31wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clcDeren Wu1-1/+1
2022-12-31wifi: mt76: fix coverity overrun-call in mt76_get_txpower()Deren Wu1-1/+2
2022-12-31wifi: mt76: mt7921: fix wrong power after multiple SAR setYN Chen3-0/+9