aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2024-05-23wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevsCarl Huang1-1/+1
2024-05-23wifi: mac80211: pass parsed TPE data to driversJohannes Berg1-109/+34
2024-05-23wifi: ath11k: fix TPE power levelsJohannes Berg1-1/+2
2024-05-23wifi: ieee80211/ath11k: remove IEEE80211_MAX_NUM_PWR_LEVELJohannes Berg2-4/+7
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)5-66/+66
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-30/+30
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-20wifi: ath10k: fix QCOM_RPROC_COMMON dependencyDmitry Baryshkov1-0/+1
2024-05-17wifi: ath12k: fix ack signal strength calculationLingbo Kong3-7/+15
2024-05-17wifi: ath11k: Fix error path in ath11k_pcic_ext_irq_configBreno Leitao1-8/+17
2024-05-16Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-20/+1
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-15wifi: ath10k: add LED and GPIO controlling support for various chipsetsSebastian Gottschall12-0/+296
2024-05-13wifi: ath12k: allocate dummy net_device dynamicallyBreno Leitao2-6/+23
2024-05-13wifi: ath10k: do not always wait for MSA_READY indicatorMarc Gonzalez2-0/+12
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