summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2026-03-04wifi: ath11k: Fix failure to connect to a 6 GHz APQian Zhang1-3/+6
2026-03-04wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1Ross Vandegrift1-0/+28
2026-02-06wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor modeKang Yang1-2/+8
2026-01-30wifi: ath11k: fix RCU stall while reaping monitor destination ringP Praneesh1-2/+2
2025-12-18wifi: ath11k: fix peer HE MCS assignmentBaochen Qiang2-4/+7
2025-12-18wifi: ath11k: fix VHT MCS assignmentBaochen Qiang3-7/+12
2025-12-18wifi: ath11k: restore register window after global resetBaochen Qiang1-1/+19
2025-11-24wifi: ath11k: Clear affinity hint before calling ath11k_pcic_free_irq() in er...Manivannan Sadhasivam1-0/+2
2025-11-24wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()Nicolas Escande1-0/+3
2025-11-13wifi: ath11k: avoid bit operation on key flagsRameshkumar Sundaram1-5/+5
2025-11-13wifi: ath11k: add support for MU EDCAYu Zhang(Yuriy)4-10/+67
2025-11-13wifi: ath11k: Add missing platform IDs for quirk tableMark Pearson1-6/+48
2025-10-19wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize againMuhammad Usama Anjum3-5/+18
2025-10-06wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load()Matvey Kovalev1-1/+1
2025-09-09wifi: ath11k: update channel list in worker when wait flag is setWen Gong6-28/+81
2025-09-09wifi: ath11k: update channel list in reg notifier instead reg workerWen Gong1-7/+15
2025-09-09wifi: ath11k: fix group data packet drops during rekeyRameshkumar Sundaram2-9/+104
2025-08-28wifi: ath11k: fix dest ring-buffer corruption when ring is fullJohan Hovold1-2/+9
2025-08-28wifi: ath11k: fix source ring-buffer corruptionJohan Hovold1-1/+9
2025-08-28wifi: ath11k: fix dest ring-buffer corruptionJohan Hovold3-7/+11
2025-08-15wifi: ath11k: fix sleeping-in-atomic in ath11k_mac_op_set_bitrate_mask()Baochen Qiang1-6/+6
2025-08-15wifi: ath11k: clear initialized flag for deinit-ed srng listsSergey Senozhatsky1-0/+4
2025-06-27wifi: ath11k: determine PM policy based on machine modelBaochen Qiang2-0/+62
2025-06-27wifi: ath11k: Fix QMI memory reuse logicMuhammad Usama Anjum1-0/+9
2025-06-27wifi: ath11k: fix ring-buffer corruptionJohan Hovold2-8/+7
2025-06-27wifi: ath11k: fix rx completion meta data corruptionJohan Hovold1-9/+16
2025-06-19wifi: ath11k: validate ath11k_crypto_mode on top of ath11k_core_qmi_firmware_...Rodrigo Gobbi1-14/+14
2025-06-19wifi: ath11k: move some firmware stats related functions outside of debugfsBaochen Qiang5-138/+135
2025-06-19wifi: ath11k: don't wait when there is no vdev startedBaochen Qiang1-3/+7
2025-06-19wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()Baochen Qiang3-9/+11
2025-06-19wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()Baochen Qiang5-27/+18
2025-06-19wifi: ath11k: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-06-19wifi: ath11k: fix node corruption in ar->arvifs listStone Zhang1-1/+7
2025-05-29wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocationP Praneesh2-65/+58
2025-04-20wifi: ath11k: fix memory leak in ath11k_xxx_remove()Miaoqing Pan4-5/+8
2025-04-20wifi: ath11k: Fix DMA buffer allocation to resolve SWIOTLB issuesP Praneesh1-24/+11
2025-02-08wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855Balaji Pothunoori2-1/+3
2024-12-05wifi: ath11k: Fix CE offset address calculation for WCN6750 in SSRBalaji Pothunoori1-0/+3
2024-10-17Merge tag 'ath-current-20241016' of git://git.kernel.org/pub/scm/linux/kernel...Kalle Valo1-2/+5
2024-10-16wifi: ath11k: Fix invalid ring usage in full monitor modeRemi Pommarel1-2/+5
2024-09-11Merge tag 'wireless-next-2024-09-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-25/+8
2024-09-09Merge tag 'ath-next-20240909' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2-24/+7
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-1/+1
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-148/+49
2024-09-05wifi: ath11k: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2-24/+7
2024-09-02Revert "wifi: ath11k: support hibernation"Baochen Qiang8-139/+49
2024-09-02Revert "wifi: ath11k: restore country code during resume"Baochen Qiang1-10/+0
2024-08-22wifi: ath11k: fix NULL pointer dereference in ath11k_mac_get_eirp_power()Baochen Qiang1-0/+1
2024-08-13Merge tag 'ath-next-20240812' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo4-2/+17
2024-07-20Merge tag 'pwrseq-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1