summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath12k
AgeCommit message (Expand)AuthorFilesLines
2025-06-18wifi: ath12k: don't wait when there is no vdev startedBaochen Qiang1-3/+7
2025-06-18wifi: ath12k: don't use static variables in ath12k_wmi_fw_stats_process()Baochen Qiang3-9/+9
2025-06-18wifi: ath12k: avoid burning CPU while waiting for firmware statsBaochen Qiang4-24/+14
2025-06-18wifi: ath12k: fix documentation on firmware statsBaochen Qiang1-3/+2
2025-06-18wifi: ath12k: don't activate more links than firmware supportsBaochen Qiang2-2/+141
2025-06-18wifi: ath12k: update link active in case two links fall on the same MACBaochen Qiang2-1/+228
2025-06-18wifi: ath12k: support WMI_MLO_LINK_SET_ACTIVE_CMDID commandBaochen Qiang2-1/+336
2025-06-18wifi: ath12k: update freq range for each hardware modeBaochen Qiang2-0/+473
2025-06-18wifi: ath12k: parse and save sbs_lower_band_end_freq from WMI_SERVICE_READY_E...Baochen Qiang2-0/+29
2025-06-18wifi: ath12k: parse and save hardware mode info from WMI_SERVICE_READY_EXT_EV...Baochen Qiang2-2/+98
2025-06-18wifi: ath12k: Avoid CPU busy-wait by handling VDEV_STAT and BCN_STATBjorn Andersson3-72/+60
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-8/+23
2025-06-11Merge tag 'ath-current-20250608' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg6-8/+23
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+3
2025-06-07wifi: ath12k: fix uaf in ath12k_core_init()Miaoqing Pan1-3/+7
2025-06-07wifi: ath12k: Fix hal_reo_cmd_status kernel-docJeff Johnson1-1/+2
2025-06-07wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850Baochen Qiang4-4/+14
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-05-23wifi: ath12k: switch to PCI_PWRCTRL_PWRSEQJohan Hovold1-1/+1
2025-05-22wifi: ath12k: fix regdomain update failure when connection establishesBaochen Qiang1-0/+1
2025-05-22wifi: ath12k: fix regdomain update failure when adding interfaceBaochen Qiang2-1/+2
2025-05-22wifi: ath12k: fix regdomain update failure after 11D scan completesBaochen Qiang1-0/+1
2025-05-21wifi: ath12k: fix mac pdev frequency range updateAditya Kumar Singh2-30/+42
2025-05-20wifi: ath12k: remove redundant regulatory rules intersection logic in hostAishwarya R1-167/+11
2025-05-20wifi: ath12k: Send MCS15 support to firmware during peer assocMohan Kumar G3-2/+15
2025-05-19wifi: ath12k: Fix scan initiation failure handlingVignesh C1-0/+1
2025-05-19wifi: ath12k: fix memory leak in WMI firmware statsP Praneesh1-0/+1
2025-05-19wifi: ath12k: fix ring-buffer corruptionJohan Hovold2-8/+7
2025-05-19wifi: ath12k: fix memory leak in ath12k_service_ready_ext_eventRajat Soni1-0/+1
2025-05-19wifi: ath12k: support usercase-specific firmware overridesMiaoqing Pan1-2/+11
2025-05-19wifi: ath12k: Adjust the process of resource release for ahb busYingying Tang1-3/+2
2025-05-19wifi: ath12k: Reorder and relocate the release of resources in ath12k_core_de...Yingying Tang3-6/+5
2025-05-19wifi: ath12k: print device dp stats in debugfsVinith Kumar R2-6/+195
2025-05-19wifi: ath12k: Add device dp stats supportVinith Kumar R5-2/+43
2025-05-19wifi: ath12k: change soc name to device nameVinith Kumar R5-34/+34
2025-05-19wifi: ath12k: Fix invalid RSSI values in station dumpP Praneesh1-1/+2
2025-05-17wifi: ath12k: pass link_conf for tx_arvif retrievalAloka Dixit1-14/+17
2025-05-16wifi: ath12k: update EMLSR capabilities of ML StationRamasamy Kaliappan3-2/+23
2025-05-16wifi: ath12k: Prevent multicast duplication for dynamic VLANMuna Sinada1-1/+9
2025-05-16wifi: ath12k: Enable AST index based address search in Station ModeThiraviyam Mariyappan3-6/+12
2025-05-16wifi: ath12k: enable monitor mode for WCN7850Kang Yang1-1/+1
2025-05-16wifi: ath12k: use different packet offset for WCN7850Kang Yang1-5/+24
2025-05-16wifi: ath12k: init monitor parameters for WCN7850Kang Yang1-6/+4
2025-05-16wifi: ath12k: add support to reap and process mon dest ringKang Yang5-5/+471
2025-05-16wifi: ath12k: use ath12k_buffer_addr in ath12k_dp_rx_link_desc_return()Kang Yang3-23/+23
2025-05-16wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GETKang Yang1-1/+1
2025-05-16wifi: ath12k: add support to reap and process monitor status ringKang Yang4-2/+309
2025-05-16wifi: ath12k: add monitor mode handler by monitor status ring interruptKang Yang2-1/+17
2025-05-16wifi: ath12k: add interrupt configuration for mon status ringKang Yang4-2/+36
2025-05-16wifi: ath12k: add ring config for monitor mode on WCN7850Kang Yang5-3/+201