summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
2024-05-25wifi: ath12k: refactor rx descriptor CMEM configurationKarthikeyan Periyasamy2-3/+10
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-8/+8
2024-05-21wifi: ath12k: fix Smatch warnings on ath12k_core_suspend()Baochen Qiang1-4/+1
2024-05-20wifi: ath12k: dynamic VLAN supportMuna Sinada3-2/+89
2024-05-17wifi: ath12k: fix ack signal strength calculationLingbo Kong3-7/+15
2024-05-16wifi: ath12k: use correct MAX_RADIOSKarthikeyan Periyasamy1-1/+1
2024-05-16wifi: ath12k: remove duplicate definition of MAX_RADIOSKarthikeyan Periyasamy1-2/+0
2024-05-16wifi: ath12k: remove redundant peer delete for WCN7850Kang Yang1-5/+0
2024-05-16wifi: ath12k: Fix tx completion ring (WBM2SW) setup failureNithyanantham Paramasivam2-6/+14
2024-05-16wifi: ath12k: skip sending vdev down for channel switchAloka Dixit1-26/+3
2024-05-16wifi: ath12k: add EMA beacon supportAloka Dixit3-3/+83
2024-05-16wifi: ath12k: add MBSSID beacon supportAloka Dixit2-4/+94
2024-05-16wifi: ath12k: refactor arvif security parameter configurationAloka Dixit1-12/+21
2024-05-16wifi: ath12k: configure MBSSID parameters in AP modeAloka Dixit3-1/+23
2024-05-16wifi: ath12k: create a structure for WMI vdev up parametersAloka Dixit3-14/+35
2024-05-16wifi: ath12k: rename MBSSID fields in wmi_vdev_up_cmdAloka Dixit1-3/+3
2024-05-16wifi: ath12k: configure MBSSID params in vdev create/startAloka Dixit3-6/+70
2024-05-16wifi: ath12k: advertise driver capabilities for MBSSID and EMAAloka Dixit4-1/+17
2024-05-16wifi: ath12k: support SMPS configuration for 6 GHzPradeep Kumar Chitrapu3-8/+22
2024-05-16wifi: ath12k: refactor SMPS configurationPradeep Kumar Chitrapu1-13/+19
2024-05-16wifi: ath12k: add 6 GHz params in peer assoc commandPradeep Kumar Chitrapu1-1/+56
2024-05-16wifi: ath12k: fix survey dump collection in 6 GHzPradeep Kumar Chitrapu1-0/+11
2024-05-16wifi: ath12k: Correct 6 GHz frequency value in rx statusPradeep Kumar Chitrapu2-6/+13
2024-05-16wifi: ath12k: add channel 2 into 6 GHz channel listPradeep Kumar Chitrapu2-1/+5
2024-05-13wifi: ath12k: allocate dummy net_device dynamicallyBreno Leitao2-6/+23
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: ath12k: avoid double SW2HW_MACID conversionKarthikeyan Periyasamy1-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-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: 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-02wifi: ath12k: fix the problem that down grade phy mode operationLingbo Kong1-3/+13
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-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