summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-05-13wifi: ath12k: initialize 'ret' in ath12k_dp_rxdma_ring_sel_config_wcn7850()Jeff Johnson1-1/+1
2024-05-13wifi: ath12k: fix misspelling of "dma" in num_rxmda_per_pdevJeff Johnson6-18/+18
2024-05-13wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdevJeff Johnson9-39/+39
2024-05-13wifi: ath12k: avoid double SW2HW_MACID conversionKarthikeyan Periyasamy1-1/+1
2024-05-13wifi: ath11k: initialize 'ret' in ath11k_qmi_load_file_target_mem()Jeff Johnson1-1/+1
2024-05-13wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()Jeff Johnson1-1/+1
2024-05-07wifi: ath12k: remove invalid peer create logicKang Yang1-16/+0
2024-05-07wifi: ath12k: avoid duplicated vdev downKang Yang1-4/+0
2024-05-07wifi: ath12k: avoid duplicated vdev stopKang Yang1-1/+2
2024-05-07wifi: ath12k: remove unused variable monitor_flagsKang Yang2-14/+1
2024-05-07wifi: ath12k: Remove unused tcl_*_ring configurationTamizh Chelvam Raja2-18/+0
2024-05-07wifi: ath12k: Remove unsupported tx monitor handlingTamizh Chelvam Raja4-141/+3
2024-05-07wifi: ath12k: fix calling correct function for rx monitor modeTamizh Chelvam Raja1-1/+1
2024-05-07wifi: wil6210: Do not use embedded netdev in wil6210_privBreno Leitao2-7/+16
2024-05-07wifi: ath11k: skip status ring entry processingVenkateswara Naralasetty3-10/+90
2024-05-03wifi: ath12k: drop failed transmitted frames from metric calculation.Karthikeyan Kathirvel2-11/+49
2024-05-03wifi: ath12k: Don't drop tx_status in failure caseSven Eckelmann1-4/+5
2024-05-03wifi: ath12k: add multi device support for WBM idle ring buffer setupKarthikeyan Periyasamy1-1/+19
2024-05-03wifi: ath12k: Introduce device indexKarthikeyan Periyasamy3-2/+13
2024-05-03wifi: ath12k: Refactor idle ring descriptor setupKarthikeyan Periyasamy5-8/+15
2024-05-03wifi: ath12k: Replace "chip" with "device" in hal Rx return buffer managerKarthikeyan Periyasamy2-11/+11
2024-05-03wifi: ath11k: unmap the CE in ath11k_ahb_probe() error pathJeff Johnson1-1/+4
2024-05-03wifi: ath11k: refactor CE remap & unmapJeff Johnson1-18/+34
2024-05-03wifi: ath12k: Add lock to protect the hardware stateKarthikeyan Periyasamy3-0/+26
2024-05-03wifi: ath12k: Refactor the hardware stateKarthikeyan Periyasamy4-78/+83
2024-05-03wifi: ath12k: Refactor the hardware recovery procedureKarthikeyan Periyasamy2-62/+80
2024-05-03wifi: ath11k: ath11k_mac_op_ipv6_changed(): use list_for_each_entry()Kalle Valo1-3/+1
2024-05-03Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo58-662/+2539
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh2-2/+3
2024-05-02wifi: ath12k: fix the problem that down grade phy mode operationLingbo Kong1-3/+13
2024-04-30wifi: ar5523: enable proper endpoint verificationNikita Zhandarovich1-0/+14
2024-04-30wifi: ath12k: fix flush failure in recovery scenariosBaochen Qiang1-0/+7
2024-04-30wifi: ath12k: check M3 buffer size as well whey trying to reuse itBaochen Qiang1-15/+21
2024-04-29wifi: carl9170: add a proper sanity check for endpointsNikita Zhandarovich1-0/+32
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-04-25wifi: ath10k: Refer to INTX instead of LEGACYDamien Le Moal3-30/+30
2024-04-25wifi: ath10k: drop fw.eboard file nameDmitry Baryshkov2-9/+2
2024-04-25wifi: ath10k: drop chip-specific board data file nameDmitry Baryshkov3-38/+7
2024-04-25wifi: ath10k: populate board data for WCN3990Dmitry Baryshkov3-0/+7
2024-04-24wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_tr...Su Hui1-1/+1
2024-04-24wifi: ath12k: set mlo_capable_flags based on QMI PHY capabilityRaj Kumar Bhagat2-4/+13
2024-04-24wifi: ath12k: read single_chip_mlo_support parameter from QMI PHY capabilityRaj Kumar Bhagat2-2/+24
2024-04-24wifi: ath12k: add support to handle beacon miss for WCN7850Kang Yang5-18/+99
2024-04-24wifi: ath11k: allocate dummy net_device dynamicallyBreno Leitao3-7/+25
2024-04-24wifi: ath10k: allocate dummy net_device dynamicallyBreno Leitao6-8/+13
2024-04-23wifi: ath12k: ACPI band edge channel power supportLingbo Kong4-0/+46
2024-04-23wifi: ath12k: ACPI CCA threshold supportLingbo Kong4-0/+47
2024-04-23wifi: ath12k: ACPI SAR supportLingbo Kong5-0/+244
2024-04-23wifi: ath12k: ACPI TAS supportLingbo Kong9-0/+356
2024-04-23wifi: ath12k: change supports_suspend to true for WCN7850Baochen Qiang1-1/+1