summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2026-03-04wifi: ath10k: fix lock protection in ath10k_wmi_event_peer_sta_ps_state_chg()Ziyi Guo1-2/+2
2026-02-27wifi: ath10k: sdio: add missing lock protection in ath10k_sdio_fw_crashed_dump()Ziyi Guo1-0/+6
2026-01-09wifi: ath10k: fix dma_free_coherent() pointerThomas Fourier1-8/+8
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+20
2025-11-06Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski6-50/+273
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg6-50/+273
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-10-31wifi: ath10k: use = {} to initialize bmi_target_info instead of memsetZhongqiu Han1-4/+1
2025-10-31wifi: ath10k: use = {} to initialize pm_qos_request instead of memsetZhongqiu Han1-2/+1
2025-10-27Revert "wifi: ath10k: avoid unnecessary wait for service ready message"Baochen Qiang1-19/+20
2025-10-22wifi: ath10k: Support for FTM TLV test commandsLoic Poulain4-31/+260
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg1-0/+1
2025-10-16wifi: ath10k: move recovery check logic into a new workKang Yang3-13/+11
2025-10-06wifi: ath10k: Fix memory leak on unsupported WMI commandLoic Poulain1-0/+1
2025-09-19wifi: ath10k: Fix connection after GTK rekeyingLoic Poulain1-2/+10
2025-09-19wifi: ath10k: avoid unnecessary wait for service ready messageBaochen Qiang1-20/+19
2025-09-19wifi: ath: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-11/+3
2025-09-19wifi: ath10k: remove gpio number assignmentArnd Bergmann1-2/+1
2025-07-25net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-25Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski10-32/+88
2025-07-24wifi: Fix typosBjorn Helgaas1-4/+4
2025-07-22wifi: ath10k: Prefer {} to {0} in initializersJeff Johnson7-18/+20
2025-07-19net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev1-1/+1
2025-06-30wifi: ath10k: shutdown driver when hardware is unreliableKang Yang4-9/+63
2025-06-27wifi: ath10k: Fix SpellingSumanth Gavini1-1/+1
2025-06-24Merge tag 'ath-next-20250624' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg10-0/+21
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan4-9/+15
2025-06-23wifi: ath10k: Add missing include of export.hJeff Johnson10-0/+21
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+28
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-5/+9
2025-06-07wifi: ath10k: Avoid vdev delete timeout when firmware is already downLoic Poulain1-8/+25
2025-06-07ath10k: snoc: fix unbalanced IRQ enable in crash recoveryCaleb Connolly1-1/+3
2025-05-16wifi: ath10k: Constify structures in hw.cChristophe JAILLET3-60/+64
2025-05-16wifi: ath10k: Fix spelling mistake "comple" -> "complete"Colin Ian King1-1/+1
2025-04-25Merge tag 'ath-next-20250418' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg12-31/+31
2025-04-18wifi: ath10k: Don't use %pK through printkThomas Weißschuh12-31/+31
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-6/+6
2025-02-28wifi: ath10k: Deprecate qcom,ath10k-calibration-variant propertiesKrzysztof Kozlowski1-3/+10
2024-11-14Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-53/+67
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König2-7/+7
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+8
2024-10-31Merge tag 'ath-next-20241030' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2-46/+60
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg1-2/+3
2024-10-17Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo2-1/+8
2024-10-16wifi: ath10k: avoid NULL pointer error during sdio removeKang Yang1-3/+3
2024-10-16wifi: ath10k: Fix memory leak in management txManikanta Pubbisetty2-1/+8
2024-09-28wifi: ath10k: fix the stack frame size warning in ath10k_hw_scanMiaoqing Pan1-26/+33
2024-09-28wifi: ath10k: fix the stack frame size warning in ath10k_remain_on_channelMiaoqing Pan1-14/+21
2024-09-28wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2Baochen Qiang1-1/+1
2024-09-28wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1Baochen Qiang1-1/+1