summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2025-07-22wifi: ath11k: Prefer {} to {0} in initializersJeff Johnson14-70/+75
2025-07-15wifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()Baochen Qiang1-6/+6
2025-06-27wifi: ath11k: fix dest ring-buffer corruption when ring is fullJohan Hovold1-2/+9
2025-06-27wifi: ath11k: fix source ring-buffer corruptionJohan Hovold1-1/+9
2025-06-27wifi: ath11k: use plain accesses for monitor descriptorJohan Hovold1-13/+9
2025-06-27wifi: ath11k: use plain access for descriptor lengthJohan Hovold1-1/+1
2025-06-27wifi: ath11k: fix dest ring-buffer corruptionJohan Hovold3-7/+11
2025-06-27wifi: ath11k: Make read-only const array svc_id static constColin Ian King1-1/+1
2025-06-27wifi: ath11k: fix suspend use-after-free after probe failureJohan Hovold1-1/+6
2025-06-27wifi: ath11k: clear initialized flag for deinit-ed srng listsSergey Senozhatsky1-0/+4
2025-06-27wifi: ath11k: support usercase-specific firmware overridesMiaoqing Pan1-2/+11
2025-06-24Merge tag 'ath-next-20250624' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg11-0/+22
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan1-5/+9
2025-06-23wifi: ath11k: Add missing include of export.hJeff Johnson11-0/+22
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-210/+161
2025-06-11Merge tag 'ath-current-20250608' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg7-210/+161
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar3-5/+7
2025-06-07wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_...Rodrigo Gobbi1-14/+14
2025-06-07wifi: ath11k: consistently use ath11k_mac_get_fw_stats()Baochen Qiang1-42/+2
2025-06-07wifi: ath11k: move locking outside of ath11k_mac_get_fw_stats()Baochen Qiang1-8/+5
2025-06-07wifi: ath11k: adjust unlock sequence in ath11k_update_stats_event()Baochen Qiang1-1/+1
2025-06-07wifi: ath11k: move some firmware stats related functions outside of debugfsBaochen Qiang5-138/+135
2025-06-07wifi: ath11k: don't wait when there is no vdev startedBaochen Qiang1-3/+7
2025-06-07wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()Baochen Qiang3-9/+11
2025-06-07wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()Baochen Qiang5-27/+18
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: ath11k: switch to PCI_PWRCTRL_PWRSEQJohan Hovold1-1/+1
2025-05-16wifi: ath11k: support DBS and DFS compatibilityYu Zhang(Yuriy)1-18/+24
2025-05-16wifi: ath11k: fix rx completion meta data corruptionJohan Hovold1-9/+16
2025-05-16wifi: ath11k: fix ring-buffer corruptionJohan Hovold2-8/+7
2025-05-16wifi: ath11k: Fix QMI memory reuse logicMuhammad Usama Anjum1-0/+9
2025-04-25Merge tag 'ath-next-20250418' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg9-50/+360
2025-04-23wifi: mac80211: restructure tx profile retrieval for MLO MBSSIDRameshkumar Sundaram1-2/+8
2025-04-18wifi: ath11k: Don't use %pK through printkThomas Weißschuh1-1/+1
2025-04-12wifi: ath11k: Use of_property_present() to test property presenceRob Herring (Arm)1-3/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-7/+7
2025-04-02wifi: ath11k: fix node corruption in ar->arvifs listStone Zhang1-1/+7
2025-04-01Reapply "wifi: ath11k: restore country code during resume"Baochen Qiang1-0/+15
2025-04-01wifi: ath11k: choose default PM policy for hibernationBaochen Qiang3-4/+54
2025-04-01wifi: ath11k: support non-WoWLAN mode suspend as wellBaochen Qiang8-24/+187
2025-04-01wifi: ath11k: refactor ath11k_core_suspend/_resume()Baochen Qiang1-7/+21
2025-04-01wifi: ath11k: introduce ath11k_core_continue_suspend_resume()Baochen Qiang1-26/+27
2025-04-01wifi: ath11k: determine PM policy based on machine modelBaochen Qiang2-0/+62
2025-03-07Merge tag 'ath-next-20250305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg23-305/+690
2025-02-28wifi: ath11k: Deprecate qcom,ath11k-calibration-variant propertiesKrzysztof Kozlowski1-1/+4
2025-02-28wifi: ath11k: pass tx arvif for MBSSID and EMA beacon generationAloka Dixit1-16/+16
2025-02-28wifi: ath11k: refactor transmitted arvif retrievalAloka Dixit1-27/+26
2025-02-27wifi: ath11k/ath12k: Replace irq_set_affinity_hint() with irq_set_affinity_an...Manivannan Sadhasivam1-1/+1
2025-02-27wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in er...Manivannan Sadhasivam1-0/+2
2025-02-18wifi: ath11k: Add firmware coredump collection supportMiaoqing Pan10-0/+341