aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath11k/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-12wifi: ath11k: fix error path leaks in some WMI callsNicolas Escande1-16/+96
2026-05-12wifi: ath11k: fix error path leaks in some WMI WOW callsNicolas Escande1-3/+16
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-11/+9
2026-01-15wifi: ath11k: Register handler for CFR capture eventVenkateswara Naralasetty1-0/+90
2026-01-15wifi: ath11k: Add support unassociated client CFRVenkateswara Naralasetty1-2/+14
2026-01-15wifi: ath11k: Register debugfs for CFR configurationVenkateswara Naralasetty1-0/+41
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-11-06wifi: ath11k: zero init info->status in wmi_process_mgmt_tx_comp()Nicolas Escande1-0/+3
2025-10-23wifi: ath11k: fix peer HE MCS assignmentBaochen Qiang1-2/+5
2025-10-23wifi: ath11k: fix VHT MCS assignmentBaochen Qiang1-5/+8
2025-07-21wifi: ath11k: Prefer {} to {0} in initializersJeff Johnson1-6/+6
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 Qiang1-4/+41
2025-06-07wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()Baochen Qiang1-1/+1
2025-02-03wifi: ath11k: add support for MU EDCAYu Zhang(Yuriy)1-5/+6
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh1-1/+1
2024-07-10wifi: ath11k: use work queue to process beacon tx eventKang Yang1-1/+3
2024-05-13wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdevJeff Johnson1-1/+1
2024-05-03Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-12/+6
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-1/+2
2024-04-18wifi: ath11k: Fix error handling in ath11k_wmi_p2p_noa_event()Christophe JAILLET1-12/+6
2024-03-14wifi: ath11k: implement handling of P2P NoA eventKang Yang1-1/+67
2024-03-14wifi: ath11k: add P2P IE in beacon templateKang Yang1-0/+39
2024-02-23wifi: ath11k: fix warning on DMA ring capabilities eventBaochen Qiang1-1/+2
2024-02-22Merge tag 'ath-next-20240222' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo1-1/+1
2024-02-14wifi: ath11k: Do not directly use scan_flags in struct scan_req_paramsNicolas Escande1-1/+1
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi1-2/+1
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+1
2024-01-14wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDIDWen Gong1-0/+64
2024-01-14wifi: ath11k: save max transmit power in vdev start response event from firmwareWen Gong1-1/+2
2024-01-14wifi: ath11k: update regulatory rules when interface addedWen Gong1-0/+6
2024-01-14wifi: ath11k: store cur_regulatory_info for each radioWen Gong1-127/+21
2024-01-14wifi: ath11k: add support to select 6 GHz regulatory typeWen Gong1-1/+2
2023-12-18wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc()Dmitry Antipov1-37/+36
2023-11-30wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrightsJeff Johnson1-1/+1
2023-10-25wifi: ath11k: fix gtk offload status event lockingJohan Hovold1-2/+5
2023-10-25wifi: ath11k: fix dfs radar event lockingJohan Hovold1-0/+4
2023-10-25wifi: ath11k: fix temperature event lockingJohan Hovold1-2/+6
2023-10-18wifi: ath11k: rename the wmi_sc naming convention to wmi_abKarthikeyan Periyasamy1-16/+16
2023-10-12wifi: ath11k: Introduce and use ath11k_sta_to_arsta()Jeff Johnson1-3/+3
2023-10-12wifi: ath11k: add parsing of phy bitmap for reg rulesAditya Kumar Singh1-2/+3
2023-09-28wifi: ath11k: remove unnecessary (void*) conversionsWu Yunchuan1-3/+3
2023-09-21wifi: ath11k: remove unused members of 'struct ath11k_base'Dmitry Antipov1-2/+0
2023-06-13wifi: ath11k: fix memory leak in WMI firmware statsP Praneesh1-0/+5
2023-06-13wifi: ath11k: don't use %pKKalle Valo1-2/+2
2023-06-13wifi: ath11k: wmi: add unified command debug messagesKalle Valo1-143/+185
2023-06-13wifi: ath11k: wmi: use common error handling styleKalle Valo1-24/+56
2023-06-13wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd()Kalle Valo1-4/+8
2023-06-13wifi: ath11k: remove unsupported event handlersKalle Valo1-15/+1
2023-06-13wifi: ath11k: add WMI event debug messagesKalle Valo1-18/+54