summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2025-05-22wifi: mt76: mt7925: fix missing hdr_trans_tlv command for broadcast wtblMing Yen Hsieh1-2/+2
2025-05-22wifi: mt76: disable napi on driver removalFedor Pchelkin1-0/+1
2025-05-09wifi: plfxlc: Remove erroneous assert in plfxlc_mac_releaseMurad Masimov1-1/+0
2025-05-09wifi: iwlwifi: fix the check for the SCRATCH register upon resumeEmmanuel Grumbach2-2/+5
2025-05-09wifi: iwlwifi: don't warn if the NIC is gone in resumeEmmanuel Grumbach5-12/+33
2025-05-09wifi: iwlwifi: back off on continuous errorsJohannes Berg3-9/+28
2025-05-09wifi: brcm80211: fmac: Add error handling for brcmf_usb_dl_writeimage()Wentao Liang1-2/+4
2025-04-25wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_processP Praneesh1-1/+1
2025-04-25Revert "wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_process"Alexander Tsoy1-1/+1
2025-04-25wifi: iwlwifi: pcie: set state to no-FW before reset handshakeJohannes Berg1-1/+7
2025-04-25wifi: wl1251: fix memory leak in wl1251_tx_workAbdun Nihaal1-1/+3
2025-04-25wifi: brcmfmac: fix memory leak in brcmf_get_module_paramAbdun Nihaal1-1/+3
2025-04-25wifi: at76c50x: fix use after free access in at76_disconnectAbdun Nihaal1-1/+1
2025-04-20wifi: ath11k: update channel list in worker when wait flag is setWen Gong6-28/+81
2025-04-20wifi: mt76: mt7925: update the power-saving flowMing Yen Hsieh4-11/+68
2025-04-20wifi: mt76: mt7925: integrate *mlo_sta_cmd and *sta_cmdMing Yen Hsieh1-55/+4
2025-04-20wifi: mt76: mt7925: adjust rm BSS flow to prevent next connection failureMing Yen Hsieh3-33/+91
2025-04-20wifi: mt76: mt7925: fix the wrong simultaneous cap for MLOMing Yen Hsieh1-1/+1
2025-04-20wifi: mt76: mt7925: fix the wrong link_idx when a p2p_device is presentMing Yen Hsieh3-6/+13
2025-04-20wifi: mt76: mt7925: fix country count limitation for CLCMing Yen Hsieh1-2/+3
2025-04-20wifi: mt76: mt7925: ensure wow pattern command align fw formatMing Yen Hsieh1-2/+2
2025-04-20wifi: mt76: mt792x: re-register CHANCTX_STA_CSA only for the mt7921 seriesMing Yen Hsieh1-1/+2
2025-04-20wifi: mt76: Add check for devm_kstrdup()Haoxiang Li1-0/+4
2025-04-20Revert "wifi: mt76: mt7925: Update mt7925_mcu_uni_[tx,rx]_ba for MLO"Sean Wang3-48/+14
2025-04-20wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device tableIcenowy Zheng1-0/+1
2025-04-20wifi: ath12k: Fix invalid data access in ath12k_dp_rx_h_undecap_nwifiManish Dharanenthiran1-2/+40
2025-04-20wifi: rtw88: Add support for Mercusys MA30N and D-Link DWA-T185 rev. A1Zenm Chen1-0/+4
2025-04-20wifi: ath12k: Avoid memory leak while enabling statisticsP Praneesh2-55/+12
2025-04-20wifi: ath12k: Fix invalid entry fetch in ath12k_dp_mon_srng_processP Praneesh1-1/+1
2025-04-20wifi: ath12k: fix memory leak in ath12k_pci_remove()Miaoqing Pan1-1/+1
2025-04-20wifi: ath11k: fix memory leak in ath11k_xxx_remove()Miaoqing Pan4-5/+8
2025-04-20wifi: ath11k: Fix DMA buffer allocation to resolve SWIOTLB issuesP Praneesh1-24/+11
2025-04-20wifi: ath9k: use unsigned long for activity check timestampDmitry Antipov1-1/+1
2025-04-10wifi: mt76: mt7921: fix kernel panic due to null pointer dereferenceMing Yen Hsieh1-0/+1
2025-04-10wifi: mt76: mt7925: remove unused acpi function for clcMing Yen Hsieh1-1/+0
2025-04-10wifi: mt76: mt7915: fix possible integer overflows in mt7915_muru_stats_show()Nikita Zhandarovich1-22/+23
2025-04-10wifi: mwifiex: Fix RF calibration data download from fileJeff Chen2-2/+24
2025-04-10wifi: mwifiex: Fix premature release of RF calibration data.Jeff Chen2-5/+5
2025-04-10wifi: rtw89: pci: correct ISR RDU bit for 8922AEPing-Ke Shih2-28/+30
2025-04-10wifi: rtw89: fw: correct debug message format in rtw89_build_txpwr_trk_tbl_fr...Ping-Ke Shih1-1/+1
2025-04-10wifi: ath12k: Clear affinity hint before calling ath12k_pci_free_irq() in err...Manivannan Sadhasivam1-0/+2
2025-04-10wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in er...Manivannan Sadhasivam1-0/+2
2025-04-10wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush()Baochen Qiang1-1/+8
2025-04-10wifi: rtw89: rtw8852b{t}: fix TSSI debug timestampsDmitry Antipov3-13/+15
2025-04-10wifi: ath12k: Add missing htt_metadata flag in ath12k_dp_tx()Nicolas Escande1-0/+1
2025-04-10wifi: ath12k: Fix locking in "QMI firmware ready" error pathsBart Van Assche1-1/+3
2025-04-10wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor modeKang Yang1-2/+8
2025-04-10wifi: ath11k: fix RCU stall while reaping monitor destination ringP Praneesh1-2/+2
2025-04-10wifi: ath11k: update channel list in reg notifier instead reg workerWen Gong1-7/+15
2025-04-10wifi: ath11k: fix wrong overriding for VHT Beamformee STS CapabilityYu Zhang(Yuriy)1-5/+0