aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15wifi: ath10k: avoid unnecessary wait for service ready messageBaochen Qiang1-20/+19
2025-07-24net: Use netif_threaded_enable instead of netif_set_threaded in driversSamiullah Khawaja1-1/+1
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski10-32/+88
2025-07-24wifi: Fix typosBjorn Helgaas1-4/+4
2025-07-21wifi: ath10k: Prefer {} to {0} in initializersJeff Johnson7-18/+20
2025-07-18net: 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/git/ath/athJohannes 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/netdev/netLinus 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/git/ath/ath into wireless-nextJohannes Berg12-31/+31
2025-04-17wifi: 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-13Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski4-53/+67
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König2-7/+7
2024-10-31Merge 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/git/ath/athKalle 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/git/ath/athKalle 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
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh3-4/+4
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-3/+3
2024-07-04wifi: ath10k: Use iommu_paging_domain_alloc()Lu Baolu1-3/+3
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski14-0/+308
2024-06-01Merge tag 'ath-current-20240531' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/athKalle Valo1-0/+1
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-32/+32
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds3-30/+30
2024-05-20wifi: ath10k: fix QCOM_RPROC_COMMON dependencyDmitry Baryshkov1-0/+1
2024-05-16Merge tag 'mmc-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-20/+1
2024-05-15wifi: ath10k: add LED and GPIO controlling support for various chipsetsSebastian Gottschall12-0/+296
2024-05-13wifi: ath10k: do not always wait for MSA_READY indicatorMarc Gonzalez2-0/+12
2024-05-03Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/athKalle Valo7-47/+30
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